Searched refs:bvs (Results 1 – 1 of 1) sorted by relevance
186 struct biovec_slab *bvs = biovec_slab(*nr_vecs); in bvec_alloc() local188 if (WARN_ON_ONCE(!bvs)) in bvec_alloc()195 *nr_vecs = bvs->nr_vecs; in bvec_alloc()205 bvl = kmem_cache_alloc(bvs->slab, bvec_alloc_gfp(gfp_mask)); in bvec_alloc()1790 struct biovec_slab *bvs = bvec_slabs + i; in init_bio() local1792 bvs->slab = kmem_cache_create(bvs->name, in init_bio()1793 bvs->nr_vecs * sizeof(struct bio_vec), 0, in init_bio()