Searched refs:NR_INACTIVE_ANON (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/base/ |
A D | node.c | 405 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON) + in node_read_meminfo() 408 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON)), in node_read_meminfo()
|
/linux-6.3-rc2/mm/ |
A D | workingset.c | 483 NR_INACTIVE_ANON); in workingset_refault()
|
A D | swap.c | 308 lrusize = lruvec_page_state(lruvec, NR_INACTIVE_ANON) + in lru_note_cost()
|
A D | oom_kill.c | 182 global_node_page_state(NR_INACTIVE_ANON) + in should_dump_unreclaim_slab()
|
A D | vmscan.c | 2385 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated() 2931 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_count() 5472 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority() 6388 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
|
A D | compaction.c | 754 node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
|
A D | page_alloc.c | 6154 global_node_page_state(NR_INACTIVE_ANON), in __show_free_areas() 6208 K(node_page_state(pgdat, NR_INACTIVE_ANON)), in __show_free_areas()
|
A D | memcontrol.c | 1507 { "inactive_anon", NR_INACTIVE_ANON },
|
/linux-6.3-rc2/include/linux/ |
A D | mmzone.h | 160 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator
|
/linux-6.3-rc2/kernel/power/ |
A D | snapshot.c | 1707 + global_node_page_state(NR_INACTIVE_ANON) in minimum_image_size()
|
Completed in 62 milliseconds