Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dshow_mem.c215 global_node_page_state(NR_INACTIVE_ANON), in show_free_areas()
269 K(node_page_state(pgdat, NR_INACTIVE_ANON)), in show_free_areas()
H A Dworkingset.c492 NR_INACTIVE_ANON); in workingset_test_recent()
H A Dswap.c300 lrusize = lruvec_page_state(lruvec, NR_INACTIVE_ANON) + in lru_note_cost()
H A Doom_kill.c182 global_node_page_state(NR_INACTIVE_ANON) + in should_dump_unreclaim_slab()
H A Dvmscan.c2450 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
2996 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_count()
4550 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority()
6474 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
H A Dcompaction.c796 node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
H A Dmemcontrol.c1518 { "inactive_anon", NR_INACTIVE_ANON },
/openbmc/linux/drivers/base/
H A Dnode.c404 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON) + in node_read_meminfo()
407 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON)), in node_read_meminfo()
/openbmc/linux/include/linux/
H A Dmmzone.h158 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator
/openbmc/linux/kernel/power/
H A Dsnapshot.c1803 + global_node_page_state(NR_INACTIVE_ANON) in minimum_image_size()