Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswap.h359 extern unsigned long vm_total_pages;
/Linux-v4.19/mm/
Dmemory_hotplug.c954 vm_total_pages = nr_free_pagecache_pages(); in online_pages()
1689 vm_total_pages = nr_free_pagecache_pages(); in __offline_pages()
Dpage_alloc.c5430 vm_total_pages = nr_free_pagecache_pages(); in build_all_zonelists()
5438 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
5446 vm_total_pages); in build_all_zonelists()
Dvmscan.c167 unsigned long vm_total_pages; variable