Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dbio.c163 struct biovec_slab *bvs = bvec_slabs + idx; in bvec_free() local
165 kmem_cache_free(bvs->slab, bv); in bvec_free()
208 struct biovec_slab *bvs = bvec_slabs + *idx; in bvec_alloc() local
222 bvl = kmem_cache_alloc(bvs->slab, __gfp_mask); in bvec_alloc()
2138 struct biovec_slab *bvs = bvec_slabs + i; in biovec_init_slabs() local
2140 if (bvs->nr_vecs <= BIO_INLINE_VECS) { in biovec_init_slabs()
2141 bvs->slab = NULL; in biovec_init_slabs()
2145 size = bvs->nr_vecs * sizeof(struct bio_vec); in biovec_init_slabs()
2146 bvs->slab = kmem_cache_create(bvs->name, size, 0, in biovec_init_slabs()