Searched refs:NR_ANON_PAGES (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/fs/proc/ |
H A D | meminfo.c | 173 K(global_page_state(NR_ANON_PAGES)), meminfo_proc_show()
|
/linux-4.4.14/mm/ |
H A D | rmap.c | 1165 __mod_zone_page_state(page_zone(page), NR_ANON_PAGES, do_page_add_anon_rmap() local 1197 __mod_zone_page_state(page_zone(page), NR_ANON_PAGES, page_add_new_anon_rmap() local 1265 /* Hugepages are not counted in NR_ANON_PAGES for now. */ page_remove_rmap() 1277 __mod_zone_page_state(page_zone(page), NR_ANON_PAGES, page_remove_rmap() local
|
H A D | migrate.c | 413 * via NR_FILE_PAGES and NR_ANON_PAGES if they migrate_page_move_mapping()
|
/linux-4.4.14/drivers/base/ |
H A D | node.c | 122 nid, K(node_page_state(nid, NR_ANON_PAGES)), node_read_meminfo()
|
/linux-4.4.14/include/linux/ |
H A D | mmzone.h | 125 NR_ANON_PAGES, /* Mapped anonymous pages */ enumerator in enum:zone_stat_item
|
Completed in 164 milliseconds