Man Page: find_get_pages_contig
Operating Environment: centos
Section: 9
FIND_GET_PAGES_CONTI(9) Memory Management in Linux FIND_GET_PAGES_CONTI(9)NAMEfind_get_pages_contig - gang contiguous pagecache lookupSYNOPSISunsigned find_get_pages_contig(struct address_space * mapping, pgoff_t index, unsigned int nr_pages, struct page ** pages);ARGUMENTSmapping The address_space to search index The starting page index nr_pages The maximum number of pages pages Where the resulting pages are placedDESCRIPTIONfind_get_pages_contig works exactly like find_get_pages, except that the returned number of pages are guaranteed to be contiguous. find_get_pages_contig returns the number of pages which were found.COPYRIGHTKernel Hackers Manual 3.10 June 2014 FIND_GET_PAGES_CONTI(9)
| Related Man Pages |
|---|
| numa(7) - centos |
| __get_user_pages(9) - centos |
| mpage_readpages(9) - centos |
| numa(7) - linux |
| numa(7) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| How to increment version inside a file? |
| Docker learning Phase-I |
| Please Welcome Dave Munro to the Moderator Team! |