Searched refs:cache_evict (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 689 static struct dm_buffer *cache_evict(struct dm_buffer_cache *bc, int list_mode, in cache_evict() function 1538 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c); in __get_unclaimed_buffer() 1548 b = cache_evict(&c->cache, LIST_DIRTY, is_dirty, NULL); in __get_unclaimed_buffer() 2408 b = cache_evict(&c->cache, l, in __scan() 2736 b = cache_evict(&c->cache, LIST_CLEAN, select_for_evict, NULL); in __evict_a_few()
|