Searched refs:bvec_slabs (Results 1 – 1 of 1) sorted by relevance
37 } bvec_slabs[] __read_mostly = { variable49 return &bvec_slabs[0]; in biovec_slab()51 return &bvec_slabs[1]; in biovec_slab()53 return &bvec_slabs[2]; in biovec_slab()55 return &bvec_slabs[3]; in biovec_slab()1575 struct biovec_slab *bp = bvec_slabs + ARRAY_SIZE(bvec_slabs) - 1; in biovec_init_pool()1734 for (i = 0; i < ARRAY_SIZE(bvec_slabs); i++) { in init_bio()1735 struct biovec_slab *bvs = bvec_slabs + i; in init_bio()