Searched refs:NR_ACTIVE_ANON (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/base/ |
D | node.c | 403 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON) + in node_read_meminfo() 407 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON)), in node_read_meminfo()
|
/Linux-v6.1/mm/ |
D | workingset.c | 479 NR_ACTIVE_ANON); in workingset_refault()
|
D | swap.c | 326 lruvec_page_state(lruvec, NR_ACTIVE_ANON) + in lru_note_cost()
|
D | oom_kill.c | 181 nr_lru = global_node_page_state(NR_ACTIVE_ANON) + in should_dump_unreclaim_slab()
|
D | compaction.c | 757 node_page_state(pgdat, NR_ACTIVE_ANON); in too_many_isolated()
|
D | page_alloc.c | 6117 global_node_page_state(NR_ACTIVE_ANON), in __show_free_areas() 6171 K(node_page_state(pgdat, NR_ACTIVE_ANON)), in __show_free_areas()
|
D | memcontrol.c | 1496 { "active_anon", NR_ACTIVE_ANON },
|
/Linux-v6.1/include/linux/ |
D | mmzone.h | 160 NR_ACTIVE_ANON, /* " " " " " */ enumerator
|
/Linux-v6.1/kernel/power/ |
D | snapshot.c | 1706 + global_node_page_state(NR_ACTIVE_ANON) in minimum_image_size()
|