Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dvmscan.c3030 unsigned long inactive_lru_pages; in should_continue_reclaim() local
3071 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()
3073 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
3075 return inactive_lru_pages > pages_for_compaction; in should_continue_reclaim()