1NR_FREE_ZONE_PAGES(9) Memory Management in Linux NR_FREE_ZONE_PAGES(9)
2
3
4
6 nr_free_zone_pages - count number of pages beyond high watermark
7
9 unsigned long nr_free_zone_pages(int offset);
10
12 offset
13 The zone index of the highest zone
14
16 nr_free_zone_pages counts the number of counts pages which are beyond
17 the high watermark within all zones at or below a given zone index. For
18 each zone, the number of pages is calculated as: present_pages -
19 high_pages
20
22Kernel Hackers Manual 3.10 June 2019 NR_FREE_ZONE_PAGES(9)