摘要:1staticvoid2flashcache_free_pending_jobs(structcache_c*dmc,structcacheblock*cacheblk,3interror)4{5structpending_job*pending_job,*freelist=NULL;6intind...
阅读全文
posted @ 2014-03-05 17:59
|
|||
03 2014 档案
摘要:1staticvoid2flashcache_free_pending_jobs(structcache_c*dmc,structcacheblock*cacheblk,3interror)4{5structpending_job*pending_job,*freelist=NULL;6intind...
阅读全文
posted @ 2014-03-05 17:59
摘要:static voidflashcache_free_pending_jobs(struct cache_c *dmc, struct cacheblock *cacheblk, int error){ struct pending_job *pending_job, *freelist = NULL; int index = cacheblk - &dmc->cache[0]; struct cache_set *cache_set = &dmc->cache_sets[index / dmc->assoc]; VERIFY(spin...
阅读全文
posted @ 2014-03-05 17:51
|
|||