1ABSENT_PAGES_IN_RANG(9)   Memory Management in Linux   ABSENT_PAGES_IN_RANG(9)
2
3
4

NAME

6       absent_pages_in_range - Return number of page frames in holes within a
7       range
8

SYNOPSIS

10       unsigned long absent_pages_in_range(unsigned long start_pfn,
11                                           unsigned long end_pfn);
12

ARGUMENTS

14       start_pfn
15           The start PFN to start searching for holes
16
17       end_pfn
18           The end PFN to stop searching for holes
19

DESCRIPTION

21       It returns the number of pages frames in memory holes within a range.
22
24Kernel Hackers Manual 3.10         June 2019           ABSENT_PAGES_IN_RANG(9)
Impressum