Home
last modified time | relevance | path

Searched refs:NR_INACTIVE_ANON (Results 1 – 6 of 6) sorted by relevance

/linux/mm/
H A Dshow_mem.c209 global_node_page_state(NR_INACTIVE_ANON), in show_free_areas()
265 K(node_page_state(pgdat, NR_INACTIVE_ANON)), in show_free_areas()
H A Dworkingset.c531 NR_INACTIVE_ANON); in workingset_test_recent()
H A Dvmscan.c1838 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
2350 lrusize = lruvec_page_state(target_lruvec, NR_INACTIVE_ANON) + in prepare_scan_control()
2435 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_control()
4142 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority()
6155 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
H A Dvmstat.c1234 [I(NR_INACTIVE_ANON)] = "nr_inactive_anon",
H A Dmemcontrol.c379 NR_INACTIVE_ANON,
1618 { "inactive_anon", NR_INACTIVE_ANON },
/linux/include/linux/
H A Dmmzone.h238 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator