Searched refs:nr_free_zone_pages (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dpage_alloc.c4908 * nr_free_zone_pages - count number of pages beyond high watermark
4911 * nr_free_zone_pages() counts the number of pages which are beyond the
4915 * nr_free_zone_pages = managed_pages - high_pages
4919 static unsigned long nr_free_zone_pages(int offset) function
4950 return nr_free_zone_pages(gfp_zone(GFP_USER));
5345 vm_total_pages = nr_free_zone_pages(gfp_zone(GFP_HIGHUSER_MOVABLE));

Completed in 122 milliseconds