Lines Matching refs:node_page_state
1148 node_page_state(pgdat, NR_THROTTLED_WRITTEN)); in reclaim_throttle()
1203 nr_written = node_page_state(pgdat, NR_THROTTLED_WRITTEN) - in __acct_reclaim_writeback()
2335 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated()
2336 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
2338 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
2339 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated()
2865 file = node_page_state(pgdat, NR_ACTIVE_FILE) + in prepare_scan_count()
2866 node_page_state(pgdat, NR_INACTIVE_FILE); in prepare_scan_count()
2882 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_count()
6059 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()
6061 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()
7593 delta += node_page_state(pgdat, NR_FILE_DIRTY); in node_pagecache_reclaimable()