Home
last modified time | relevance | path

Searched refs:vm_total_pages (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dswap.h333 extern unsigned long vm_total_pages;
/linux-4.1.27/mm/
Dmemory_hotplug.c1057 vm_total_pages = nr_free_pagecache_pages(); in online_pages()
1788 vm_total_pages = nr_free_pagecache_pages(); in __offline_pages()
Dpage_alloc.c3991 vm_total_pages = nr_free_pagecache_pages(); in build_all_zonelists()
3999 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
4009 vm_total_pages); in build_all_zonelists()
Dvmscan.c147 unsigned long vm_total_pages; variable