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

/linux-master/mm/
H A Dvmscan.c5782 unsigned long inactive_lru_pages; local
5822 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE);
5824 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON);
5826 return inactive_lru_pages > pages_for_compaction;

Completed in 130 milliseconds