Home
last modified time | relevance | path

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

/mm/
Dpage-writeback.c724 unsigned long clean = filepages - min(filepages, mdtc->dirty); in mdtc_calc_avail() local
726 unsigned long other_clean = global_clean - min(global_clean, clean); in mdtc_calc_avail()
DKconfig433 bool "Enable cleancache driver to cache clean pages if tmem is present"
436 for clean pages that the kernel's pageframe replacement algorithm
Dvmscan.c4816 LIST_HEAD(clean); in evict_pages()
4868 list_move(&page->lru, &clean); in evict_pages()
4892 list_splice_init(&clean, &list); in evict_pages()