Home
last modified time | relevance | path

Searched refs:bvs (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/block/
Dbio.c181 struct biovec_slab *bvs = biovec_slab(*nr_vecs); in bvec_alloc() local
183 if (WARN_ON_ONCE(!bvs)) in bvec_alloc()
190 *nr_vecs = bvs->nr_vecs; in bvec_alloc()
200 bvl = kmem_cache_alloc(bvs->slab, bvec_alloc_gfp(gfp_mask)); in bvec_alloc()
1739 struct biovec_slab *bvs = bvec_slabs + i; in init_bio() local
1741 bvs->slab = kmem_cache_create(bvs->name, in init_bio()
1742 bvs->nr_vecs * sizeof(struct bio_vec), 0, in init_bio()