Lines Matching refs:node_page_state
562 node_page_state(pgdat, NR_THROTTLED_WRITTEN)); in reclaim_throttle()
617 nr_written = node_page_state(pgdat, NR_THROTTLED_WRITTEN) - in __acct_reclaim_writeback()
1859 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated()
1860 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
1862 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
1863 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated()
2393 file = node_page_state(pgdat, NR_ACTIVE_FILE) + in prepare_scan_control()
2394 node_page_state(pgdat, NR_INACTIVE_FILE); in prepare_scan_control()
2405 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_control()
4084 reclaimable = node_page_state(pgdat, NR_INACTIVE_FILE); in set_initial_priority()
4086 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority()
5953 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()
5955 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
7562 unsigned long file_mapped = node_page_state(pgdat, NR_FILE_MAPPED); in node_unmapped_file_pages()
7563 unsigned long file_lru = node_page_state(pgdat, NR_INACTIVE_FILE) + in node_unmapped_file_pages()
7564 node_page_state(pgdat, NR_ACTIVE_FILE); in node_unmapped_file_pages()
7587 nr_pagecache_reclaimable = node_page_state(pgdat, NR_FILE_PAGES); in node_pagecache_reclaimable()
7595 delta += node_page_state(pgdat, NR_FILE_DIRTY); in node_pagecache_reclaimable()