table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| ABSENT_PAGES_IN_RANG(9) | Memory Management in Linux | ABSENT_PAGES_IN_RANG(9) |
NAME¶
absent_pages_in_range - Return number of page frames in holes within a rangeSYNOPSIS¶
unsigned
long absent_pages_in_range(unsigned long start_pfn,
unsigned long end_pfn);
ARGUMENTS¶
start_pfnThe start PFN to start searching for
holes
end_pfn
The end PFN to stop searching for holes
DESCRIPTION¶
It returns the number of pages frames in memory holes within a range.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |