Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-bufio.c699 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()
2380 b = cache_evict(&c->cache, l, in __scan()
2689 b = cache_evict(&c->cache, list_mode, select_for_evict, params); in __evict_many()