Lines Matching refs:nrptrs
1188 int nrptrs;
1213 nrptrs = min(DIV_ROUND_UP(iov_iter_count(i), PAGE_SIZE),
1215 nrptrs = min(nrptrs, current->nr_dirtied_pause - current->nr_dirtied);
1216 nrptrs = max(nrptrs, 8);
1217 pages = kmalloc_array(nrptrs, sizeof(struct page *), GFP_KERNEL);
1228 nrptrs * (size_t)PAGE_SIZE -
1279 WARN_ON(num_pages > nrptrs);
1346 nrptrs = 1;