Searched refs:NR_ACTIVE_ANON (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/mm/ |
D | show_mem.c | 211 global_node_page_state(NR_ACTIVE_ANON), in show_free_areas() 265 K(node_page_state(pgdat, NR_ACTIVE_ANON)), in show_free_areas()
|
D | workingset.c | 518 NR_ACTIVE_ANON); in workingset_test_recent()
|
D | swap.c | 311 lruvec_page_state(lruvec, NR_ACTIVE_ANON) + in lru_note_cost()
|
D | oom_kill.c | 182 nr_lru = global_node_page_state(NR_ACTIVE_ANON) + in should_dump_unreclaim_slab()
|
D | memcontrol.c | 279 NR_ACTIVE_ANON, 1347 { "active_anon", NR_ACTIVE_ANON },
|
D | compaction.c | 802 node_page_state(pgdat, NR_ACTIVE_ANON); in too_many_isolated()
|
/linux-6.12.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-6.12.1/include/linux/ |
D | mmzone.h | 163 NR_ACTIVE_ANON, /* " " " " " */ enumerator
|
/linux-6.12.1/kernel/power/ |
D | snapshot.c | 1799 + global_node_page_state(NR_ACTIVE_ANON) in minimum_image_size()
|