Searched refs:bio_slab (Results 1 – 2 of 2) sorted by relevance
54 struct bio_slab { struct61 static struct bio_slab *bio_slabs; argument68 struct bio_slab *bslab, *new_bio_slabs; in bio_find_or_create_slab()94 new_bio_slab_max * sizeof(struct bio_slab), in bio_find_or_create_slab()122 struct bio_slab *bslab = NULL; in bio_put_slab()128 if (bs->bio_slab == bio_slabs[i].slab) { in bio_put_slab()1559 if (bs->bio_slab) in bioset_exit()1561 bs->bio_slab = NULL; in bioset_exit()1599 bs->bio_slab = bio_find_or_create_slab(front_pad + back_pad); in bioset_init()1600 if (!bs->bio_slab) in bioset_init()[all …]
679 struct kmem_cache *bio_slab; member707 return bs->bio_slab != NULL; in bioset_initialized()