Lines Matching refs:node_page_state
361 lru_size = node_page_state(lruvec_pgdat(lruvec), NR_LRU_BASE + lru); in lruvec_lru_size()
1840 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated()
1841 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
1843 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
1844 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated()
2363 pgdatfile = node_page_state(pgdat, NR_ACTIVE_FILE) + in get_scan_count()
2364 node_page_state(pgdat, NR_INACTIVE_FILE); in get_scan_count()
2740 inactive_lru_pages = node_page_state(pgdat, NR_INACTIVE_FILE); in should_continue_reclaim()
2742 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
4163 unsigned long file_mapped = node_page_state(pgdat, NR_FILE_MAPPED); in node_unmapped_file_pages()
4164 unsigned long file_lru = node_page_state(pgdat, NR_INACTIVE_FILE) + in node_unmapped_file_pages()
4165 node_page_state(pgdat, NR_ACTIVE_FILE); in node_unmapped_file_pages()
4188 nr_pagecache_reclaimable = node_page_state(pgdat, NR_FILE_PAGES); in node_pagecache_reclaimable()
4194 delta += node_page_state(pgdat, NR_FILE_DIRTY); in node_pagecache_reclaimable()
4272 node_page_state(pgdat, NR_SLAB_RECLAIMABLE) <= pgdat->min_slab_pages) in node_reclaim()