Lines Matching defs:start
186 * @start: starting kernel address
195 int get_kernel_page(unsigned long start, int write, struct page **pages)
198 .iov_base = (void *)start,
1083 * @start: The starting entry index
1105 pgoff_t start, unsigned nr_entries,
1108 pvec->nr = find_get_entries(mapping, start, nr_entries,
1138 * @start: The starting page index
1142 * pages in the mapping starting from index @start and upto index @end
1148 * also update @start to index the next page for the traversal.
1155 struct address_space *mapping, pgoff_t *start, pgoff_t end)
1157 pvec->nr = find_get_pages_range(mapping, start, end, PAGEVEC_SIZE,