Searched defs:pagevec_lookup (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dswap.c730 * pagevec_lookup - gang pagecache lookup
736 * pagevec_lookup() will search for and return a group of up to @nr_pages pages
737 * in the mapping. The pages are placed in @pvec. pagevec_lookup() takes a
743 * pagevec_lookup() returns the number of pages which were found.
745 unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, function
751 EXPORT_SYMBOL(pagevec_lookup); variable

Completed in 41 milliseconds