Searched refs:inactive_lru_pages (Results 1 – 2 of 2) sorted by relevance
2517 unsigned long inactive_lru_pages; in should_continue_reclaim() local2558 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()2560 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()2562 return inactive_lru_pages > pages_for_compaction; in should_continue_reclaim()
2619 unsigned long inactive_lru_pages; in should_continue_reclaim() local2654 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()2656 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()2658 inactive_lru_pages > pages_for_compaction) in should_continue_reclaim()