Searched refs:nr_vecs (Results 1 – 2 of 2) sorted by relevance
52 unsigned int nr_vecs) in bio_integrity_alloc() argument61 sizeof(struct bio_vec) * nr_vecs, gfp_mask); in bio_integrity_alloc()62 inline_vecs = nr_vecs; in bio_integrity_alloc()73 if (nr_vecs > inline_vecs) { in bio_integrity_alloc()74 bip->bip_vec = bvec_alloc(gfp_mask, nr_vecs, &idx, in bio_integrity_alloc()
45 #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) }158 return bvec_slabs[idx].nr_vecs; in bvec_nr_vecs()2063 if (bvs->nr_vecs <= BIO_INLINE_VECS) { in biovec_init_slabs()2068 size = bvs->nr_vecs * sizeof(struct bio_vec); in biovec_init_slabs()