Searched refs:LIST_CLEAN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-bufio.c67 #define LIST_CLEAN 0 macro
553 lru_init(&bc->lru[LIST_CLEAN]);
564 lru_destroy(&bc->lru[LIST_CLEAN]);
580 return cache_count(bc, LIST_CLEAN) + cache_count(bc, LIST_DIRTY);
970 * are linked to lru[LIST_CLEAN] with their lru_list field.
1509 if (WARN_ON_ONCE(b->list_mode != LIST_CLEAN))
1538 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c);
1699 cache_mark_many(&c->cache, LIST_DIRTY, LIST_CLEAN, cleaned, NULL);
1736 cache_count(&c->cache, LIST_CLEAN) * DM_BUFIO_WRITEBACK_RATIO)
1795 b->list_mode = LIST_CLEAN;
[all...]

Completed in 159 milliseconds