Searched refs:bvs (Results 1 – 1 of 1) sorted by relevance
185 struct biovec_slab *bvs = biovec_slab(*nr_vecs); in bvec_alloc() local187 if (WARN_ON_ONCE(!bvs)) in bvec_alloc()194 *nr_vecs = bvs->nr_vecs; in bvec_alloc()204 bvl = kmem_cache_alloc(bvs->slab, bvec_alloc_gfp(gfp_mask)); in bvec_alloc()1893 struct biovec_slab *bvs = bvec_slabs + i; in init_bio() local1895 bvs->slab = kmem_cache_create(bvs->name, in init_bio()1896 bvs->nr_vecs * sizeof(struct bio_vec), 0, in init_bio()