Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dbio.c165 struct biovec_slab *bvs = bvec_slabs + idx; in bvec_free() local
167 kmem_cache_free(bvs->slab, bv); in bvec_free()
210 struct biovec_slab *bvs = bvec_slabs + *idx; in bvec_alloc() local
224 bvl = kmem_cache_alloc(bvs->slab, __gfp_mask); in bvec_alloc()
1648 struct biovec_slab *bvs = bvec_slabs + i; in biovec_init_slabs() local
1650 if (bvs->nr_vecs <= BIO_INLINE_VECS) { in biovec_init_slabs()
1651 bvs->slab = NULL; in biovec_init_slabs()
1655 size = bvs->nr_vecs * sizeof(struct bio_vec); in biovec_init_slabs()
1656 bvs->slab = kmem_cache_create(bvs->name, size, 0, in biovec_init_slabs()