Home
last modified time | relevance | path

Searched refs:biovec_slab (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dbio.c38 static struct biovec_slab { struct
49 static struct biovec_slab *biovec_slab(unsigned short nr_vecs) in biovec_slab() function
170 kmem_cache_free(biovec_slab(nr_vecs)->slab, bv); in bvec_free()
186 struct biovec_slab *bvs = biovec_slab(*nr_vecs); in bvec_alloc()
1687 struct biovec_slab *bp = bvec_slabs + ARRAY_SIZE(bvec_slabs) - 1; in biovec_init_pool()
1791 struct biovec_slab *bvs = bvec_slabs + i; in init_bio()
/kernel/linux/linux-5.10/block/
H A Dbio.c39 static struct biovec_slab bvec_slabs[BVEC_POOL_NR] __read_mostly = {
165 struct biovec_slab *bvs = bvec_slabs + idx; in bvec_free()
210 struct biovec_slab *bvs = bvec_slabs + *idx; in bvec_alloc()
1537 struct biovec_slab *bp = bvec_slabs + BVEC_POOL_MAX; in biovec_init_pool()
1647 struct biovec_slab *bvs = bvec_slabs + i; in biovec_init_slabs()
/kernel/linux/linux-5.10/include/linux/
H A Dbio.h699 struct biovec_slab { struct

Completed in 7 milliseconds