Searched refs:NR_INACTIVE_ANON (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | workingset.c | 370 NR_INACTIVE_ANON); in workingset_refault()
|
| H A D | oom_kill.c | 186 global_node_page_state(NR_INACTIVE_ANON) + in is_dump_unreclaim_slabs()
|
| H A D | vmscan.c | 1863 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated() 2695 inactive_lru_pages += node_page_state(pgdat, NR_INACTIVE_ANON); in should_continue_reclaim() 2858 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in shrink_node()
|
| H A D | swap.c | 314 lrusize = lruvec_page_state(lruvec, NR_INACTIVE_ANON) + in lru_note_cost()
|
| H A D | compaction.c | 797 node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
|
| H A D | page_alloc.c | 5700 global_node_page_state(NR_INACTIVE_ANON), in show_free_areas() 5749 K(node_page_state(pgdat, NR_INACTIVE_ANON)), in show_free_areas()
|
| H A D | memcontrol.c | 1545 { "inactive_anon", PAGE_SIZE, NR_INACTIVE_ANON },
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | node.c | 394 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON) + in node_read_meminfo() 397 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON)), in node_read_meminfo()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmzone.h | 169 NR_INACTIVE_ANON = NR_LRU_BASE, /* must match order of LRU_[IN]ACTIVE */ enumerator
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | snapshot.c | 1669 + global_node_page_state(NR_INACTIVE_ANON) in minimum_image_size()
|