Searched refs:NR_INACTIVE_ANON (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| H A D | show_mem.c | 209 global_node_page_state(NR_INACTIVE_ANON), in show_free_areas() 265 K(node_page_state(pgdat, NR_INACTIVE_ANON)), in show_free_areas()
|
| H A D | workingset.c | 531 NR_INACTIVE_ANON); in workingset_test_recent()
|
| H A D | vmscan.c | 1838 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated() 2350 lrusize = lruvec_page_state(target_lruvec, NR_INACTIVE_ANON) + in prepare_scan_control() 2435 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in prepare_scan_control() 4142 reclaimable += node_page_state(pgdat, NR_INACTIVE_ANON); in set_initial_priority() 6155 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim()
|
| H A D | vmstat.c | 1234 [I(NR_INACTIVE_ANON)] = "nr_inactive_anon",
|
| H A D | memcontrol.c | 379 NR_INACTIVE_ANON, 1618 { "inactive_anon", NR_INACTIVE_ANON },
|
| /linux/include/linux/ |
| H A D | mmzone.h | 238 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator
|