Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dswap.h366 extern unsigned long vm_total_pages;
/Linux-v5.4/mm/
Dmemory_hotplug.c857 vm_total_pages = nr_free_pagecache_pages(); in online_pages()
1601 vm_total_pages = nr_free_pagecache_pages(); in __offline_pages()
Dpage_alloc.c5828 vm_total_pages = nr_free_pagecache_pages(); in build_all_zonelists()
5836 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
5844 vm_total_pages); in build_all_zonelists()
Dvmscan.c172 unsigned long vm_total_pages; variable