Searched refs:bvec_slabs (Results 1 – 1 of 1) sorted by relevance
41 } bvec_slabs[] __read_mostly = { variable53 return &bvec_slabs[0]; in biovec_slab()55 return &bvec_slabs[1]; in biovec_slab()57 return &bvec_slabs[2]; in biovec_slab()59 return &bvec_slabs[3]; in biovec_slab()1789 struct biovec_slab *bp = bvec_slabs + ARRAY_SIZE(bvec_slabs) - 1; in biovec_init_pool()1892 for (i = 0; i < ARRAY_SIZE(bvec_slabs); i++) { in init_bio()1893 struct biovec_slab *bvs = bvec_slabs + i; in init_bio()