Home
last modified time | relevance | path

Searched refs:lru_list (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/bcache/
A Dbcache.c43 struct list_node lru_list; member
59 list_initialize(&cache->lru_list); in bcache_create()
115 list_for_every_entry(&cache->lru_list, block, struct bcache_block, node) { in find_block()
121 list_add_tail(&cache->lru_list, &block->node); in find_block()
141 list_add_tail(&cache->lru_list, &block->node); in alloc_block()
147 list_for_every_entry(&cache->lru_list, block, struct bcache_block, node) { in alloc_block()
158 list_add_tail(&cache->lru_list, &block->node); in alloc_block()
294 list_for_every_entry(&cache->lru_list, block, struct bcache_block, node) { in bcache_flush()

Completed in 2 milliseconds