Searched refs:bio_slab (Results 1 – 2 of 2) sorted by relevance
64 struct bio_slab { struct71 static struct bio_slab *bio_slabs; argument78 struct bio_slab *bslab, *new_bio_slabs; in bio_find_or_create_slab()104 new_bio_slab_max * sizeof(struct bio_slab), in bio_find_or_create_slab()132 struct bio_slab *bslab = NULL; in bio_put_slab()138 if (bs->bio_slab == bio_slabs[i].slab) { in bio_put_slab()1874 if (bs->bio_slab) in bioset_exit()1876 bs->bio_slab = NULL; in bioset_exit()1914 bs->bio_slab = bio_find_or_create_slab(front_pad + back_pad); in bioset_init()1915 if (!bs->bio_slab) in bioset_init()[all …]
746 struct kmem_cache *bio_slab; member774 return bs->bio_slab != NULL; in bioset_initialized()