table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FIND_GET_PAGES_CONTI(9) | Memory Management in Linux | FIND_GET_PAGES_CONTI(9) |
NAME¶
find_get_pages_contig - gang contiguous pagecache lookupSYNOPSIS¶
unsigned
find_get_pages_contig(struct address_space * mapping,
pgoff_t index,
unsigned int nr_pages,
struct page ** pages);
ARGUMENTS¶
mappingThe address_space to search
index
The starting page index
nr_pages
The maximum number of pages
pages
Where the resulting pages are placed
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |