Lines Matching refs:node_page_state
553 node_page_state(pgdat, NR_THROTTLED_WRITTEN)); in reclaim_throttle()
608 nr_written = node_page_state(pgdat, NR_THROTTLED_WRITTEN) - in __acct_reclaim_writeback()
1803 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated()
1804 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
1806 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
1807 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated()
2336 file = node_page_state(pgdat, NR_ACTIVE_FILE) + in prepare_scan_control()
2337 node_page_state(pgdat, NR_INACTIVE_FILE); in prepare_scan_control()
2353 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_control()
3934 reclaimable = node_page_state(pgdat, NR_INACTIVE_FILE); in set_initial_priority()
3936 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority()
5850 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()
5852 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
7415 unsigned long file_mapped = node_page_state(pgdat, NR_FILE_MAPPED); in node_unmapped_file_pages()
7416 unsigned long file_lru = node_page_state(pgdat, NR_INACTIVE_FILE) + in node_unmapped_file_pages()
7417 node_page_state(pgdat, NR_ACTIVE_FILE); in node_unmapped_file_pages()
7440 nr_pagecache_reclaimable = node_page_state(pgdat, NR_FILE_PAGES); in node_pagecache_reclaimable()
7446 delta += node_page_state(pgdat, NR_FILE_DIRTY); in node_pagecache_reclaimable()