Searched refs:cache_evict (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/md/ |
D | dm-bufio.c | 696 static struct dm_buffer *cache_evict(struct dm_buffer_cache *bc, int list_mode, in cache_evict() function 1535 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c); in __get_unclaimed_buffer() 1545 b = cache_evict(&c->cache, LIST_DIRTY, is_dirty, NULL); in __get_unclaimed_buffer() 2407 b = cache_evict(&c->cache, l, in __scan() 2726 b = cache_evict(&c->cache, list_mode, select_for_evict, params); in __evict_many()
|