Home
last modified time | relevance | path

Searched refs:NR_ACTIVE_ANON (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/mm/
H A Dshow_mem.c214 global_node_page_state(NR_ACTIVE_ANON), in show_free_areas()
268 K(node_page_state(pgdat, NR_ACTIVE_ANON)), in show_free_areas()
H A Dworkingset.c489 NR_ACTIVE_ANON); in workingset_test_recent()
H A Dswap.c301 lruvec_page_state(lruvec, NR_ACTIVE_ANON) + in lru_note_cost()
H A Doom_kill.c183 nr_lru = global_node_page_state(NR_ACTIVE_ANON) + in should_dump_unreclaim_slab()
H A Dcompaction.c798 node_page_state(pgdat, NR_ACTIVE_ANON); in too_many_isolated()
H A Dmemcontrol.c1524 { "active_anon", NR_ACTIVE_ANON },
/openbmc/linux/drivers/base/
H A Dnode.c402 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON) + in node_read_meminfo()
406 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON)), in node_read_meminfo()
/openbmc/linux/include/linux/
H A Dmmzone.h159 NR_ACTIVE_ANON, /* " " " " " */ enumerator
/openbmc/linux/kernel/power/
H A Dsnapshot.c1802 + global_node_page_state(NR_ACTIVE_ANON) in minimum_image_size()