Lines Matching defs:page_array
5027 * @page_array: Array to store the pages
5030 * @nr_pages quickly. Pages are added to @page_array.
5032 * Note that only the elements in @page_array that were cleared to %NULL on
5036 * Returns the number of pages in @page_array, including ones already
5039 * @page_array were set to %NULL on entry, the slots from 0 to the return value
5044 struct page **page_array)
5060 while (nr_populated < nr_pages && page_array[nr_populated])
5149 if (page_array[nr_populated]) {
5168 page_array[nr_populated++] = page;
5182 page_array[nr_populated++] = page;