摘要:
1staticvoid2flashcache_free_pending_jobs(structcache_c*dmc,structcacheblock*cacheblk,3interror)4{5structpending_job*pending_job,*freelist=NULL;6intind... 阅读全文
posted @ 2014-03-05 17:59 大唐歲月 阅读(157) 评论(0) 推荐(0)
|
|||
|
摘要:
1staticvoid2flashcache_free_pending_jobs(structcache_c*dmc,structcacheblock*cacheblk,3interror)4{5structpending_job*pending_job,*freelist=NULL;6intind... 阅读全文
posted @ 2014-03-05 17:59 大唐歲月 阅读(157) 评论(0) 推荐(0)
摘要:
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 大唐歲月 阅读(185) 评论(0) 推荐(0) |
|||