Searched refs:bvs (Results 1 – 1 of 1) sorted by relevance
164 struct biovec_slab *bvs = bvec_slabs + idx; in bvec_free() local166 kmem_cache_free(bvs->slab, bv); in bvec_free()209 struct biovec_slab *bvs = bvec_slabs + *idx; in bvec_alloc() local223 bvl = kmem_cache_alloc(bvs->slab, __gfp_mask); in bvec_alloc()2197 struct biovec_slab *bvs = bvec_slabs + i; in biovec_init_slabs() local2199 if (bvs->nr_vecs <= BIO_INLINE_VECS) { in biovec_init_slabs()2200 bvs->slab = NULL; in biovec_init_slabs()2204 size = bvs->nr_vecs * sizeof(struct bio_vec); in biovec_init_slabs()2205 bvs->slab = kmem_cache_create(bvs->name, size, 0, in biovec_init_slabs()