Searched refs:NR_INACTIVE_ANON (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/mm/ |
H A D | show_mem.c | 215 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 D | workingset.c | 492 NR_INACTIVE_ANON); in workingset_test_recent()
|
H A D | swap.c | 300 lrusize = lruvec_page_state(lruvec, NR_INACTIVE_ANON) + in lru_note_cost()
|
H A D | oom_kill.c | 182 global_node_page_state(NR_INACTIVE_ANON) + in should_dump_unreclaim_slab()
|
H A D | vmscan.c | 2450 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 D | compaction.c | 796 node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
|
H A D | memcontrol.c | 1518 { "inactive_anon", NR_INACTIVE_ANON },
|
/openbmc/linux/drivers/base/ |
H A D | node.c | 404 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 D | mmzone.h | 158 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator
|
/openbmc/linux/kernel/power/ |
H A D | snapshot.c | 1803 + global_node_page_state(NR_INACTIVE_ANON) in minimum_image_size()
|