Searched refs:NR_ACTIVE_ANON (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/mm/ |
| D | workingset.c | 367 NR_ACTIVE_ANON); in workingset_refault()
|
| D | oom_kill.c | 181 nr_lru = global_node_page_state(NR_ACTIVE_ANON) + in is_dump_unreclaim_slabs()
|
| D | swap.c | 301 lruvec_page_state(lruvec, NR_ACTIVE_ANON) + in lru_note_cost()
|
| D | compaction.c | 774 node_page_state(pgdat, NR_ACTIVE_ANON); in too_many_isolated()
|
| D | page_alloc.c | 5455 global_node_page_state(NR_ACTIVE_ANON), in show_free_areas() 5503 K(node_page_state(pgdat, NR_ACTIVE_ANON)), in show_free_areas()
|
| D | memcontrol.c | 1517 { "active_anon", PAGE_SIZE, NR_ACTIVE_ANON },
|
| /Linux-v5.10/drivers/base/ |
| D | node.c | 394 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON) + in node_read_meminfo() 398 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON)), in node_read_meminfo()
|
| /Linux-v5.10/include/linux/ |
| D | mmzone.h | 167 NR_ACTIVE_ANON, /* " " " " " */ enumerator
|
| /Linux-v5.10/kernel/power/ |
| D | snapshot.c | 1667 + global_node_page_state(NR_ACTIVE_ANON) in minimum_image_size()
|