Searched refs:LIST_CLEAN (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
H A D | dm-bufio.c | 57 #define LIST_CLEAN 0 macro 543 lru_init(&bc->lru[LIST_CLEAN]); in cache_init() 554 lru_destroy(&bc->lru[LIST_CLEAN]); in cache_destroy() 570 return cache_count(bc, LIST_CLEAN) + cache_count(bc, LIST_DIRTY); in cache_total() 960 * are linked to lru[LIST_CLEAN] with their lru_list field. 1507 if (WARN_ON_ONCE(b->list_mode != LIST_CLEAN)) in is_clean() 1536 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c); in __get_unclaimed_buffer() 1697 cache_mark_many(&c->cache, LIST_DIRTY, LIST_CLEAN, cleaned, NULL); in __move_clean_buffers() 1734 cache_count(&c->cache, LIST_CLEAN) * DM_BUFIO_WRITEBACK_RATIO) in __check_watermark() 1793 b->list_mode = LIST_CLEAN; in __bufio_new() [all...] |