Home
last modified time | relevance | path

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

/linux/mm/
H A Dshow_mem.c206 global_node_page_state(NR_INACTIVE_ANON), in show_free_areas()
260 K(node_page_state(pgdat, NR_INACTIVE_ANON)), in show_free_areas()
H A Dworkingset.c517 NR_INACTIVE_ANON); in workingset_test_recent()
H A Dswap.c276 lrusize = lruvec_page_state(lruvec, NR_INACTIVE_ANON) + in lru_note_cost_unlock_irq()
H A Doom_kill.c183 global_node_page_state(NR_INACTIVE_ANON) + in should_dump_unreclaim_slab()
H A Dvmscan.c1897 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
2440 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_control()
4121 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority()
5989 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
H A Dvmstat.c1232 [I(NR_INACTIVE_ANON)] = "nr_inactive_anon",
H A Dmemcontrol.c294 NR_INACTIVE_ANON,
1360 { "inactive_anon", NR_INACTIVE_ANON },
H A Dcompaction.c769 node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
/linux/drivers/base/
H A Dnode.c476 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON) + in node_read_meminfo()
479 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON)), in node_read_meminfo()
/linux/include/linux/
H A Dmmzone.h183 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator
/linux/kernel/power/
H A Dsnapshot.c1795 + global_node_page_state(NR_INACTIVE_ANON) in minimum_image_size()