Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dworkingset.c367 NR_ACTIVE_ANON); in workingset_refault()
H A Doom_kill.c185 nr_lru = global_node_page_state(NR_ACTIVE_ANON) + in is_dump_unreclaim_slabs()
H A Dswap.c315 lruvec_page_state(lruvec, NR_ACTIVE_ANON) + in lru_note_cost()
H A Dcompaction.c799 node_page_state(pgdat, NR_ACTIVE_ANON); in too_many_isolated()
H A Dpage_alloc.c5699 global_node_page_state(NR_ACTIVE_ANON), in show_free_areas()
5748 K(node_page_state(pgdat, NR_ACTIVE_ANON)), in show_free_areas()
H A Dmemcontrol.c1546 { "active_anon", PAGE_SIZE, NR_ACTIVE_ANON },
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c392 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON) + in node_read_meminfo()
396 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON)), in node_read_meminfo()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h170 NR_ACTIVE_ANON, /* " " " " " */ enumerator
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c1668 + global_node_page_state(NR_ACTIVE_ANON) in minimum_image_size()