Lines Matching defs:nr_vecs
26 int nr_vecs;
371 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks);
384 * @nr_vecs: request size of page vector.
390 int nr_vecs)
394 bio = bio_alloc(GFP_NOIO, nr_vecs);
396 while (!bio && (nr_vecs >>= 1))
397 bio = bio_alloc(GFP_NOIO, nr_vecs);
413 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks);
424 BUG_ON(wi->nr_vecs <= 0);
428 wi->nr_vecs);