Lines Matching refs:nrptrs
1573 int nrptrs;
1578 nrptrs = min(DIV_ROUND_UP(iov_iter_count(i), PAGE_SIZE),
1580 nrptrs = min(nrptrs, current->nr_dirtied_pause - current->nr_dirtied);
1581 nrptrs = max(nrptrs, 8);
1582 pages = kmalloc_array(nrptrs, sizeof(struct page *), GFP_KERNEL);
1591 nrptrs * (size_t)PAGE_SIZE -
1602 WARN_ON(num_pages > nrptrs);
1698 nrptrs = 1;