Searched refs:bvs (Results 1 – 1 of 1) sorted by relevance
165 struct biovec_slab *bvs = bvec_slabs + idx; in bvec_free() local167 kmem_cache_free(bvs->slab, bv); in bvec_free()210 struct biovec_slab *bvs = bvec_slabs + *idx; in bvec_alloc() local224 bvl = kmem_cache_alloc(bvs->slab, __gfp_mask); in bvec_alloc()1648 struct biovec_slab *bvs = bvec_slabs + i; in biovec_init_slabs() local1650 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()