Home
last modified time | relevance | path

Searched refs:bio_slab (Results 1 – 1 of 1) sorted by relevance

/linux/block/
H A Dbio.c79 struct bio_slab { struct
88 static struct bio_slab *create_bio_slab(unsigned int size) in create_bio_slab() argument
90 struct bio_slab *bslab = kzalloc_obj(*bslab); in create_bio_slab()
128 struct bio_slab *bslab; in bio_find_or_create_slab()
145 struct bio_slab *bslab = NULL; in bio_put_slab()
154 WARN_ON_ONCE(bslab->slab != bs->bio_slab); in bio_put_slab()
497 kmem_cache_size(bs->bio_slab), 1, GFP_NOIO); in bio_alloc_percpu_cache()
558 p = kmem_cache_alloc(bs->bio_slab, gfp); in bio_alloc_bioset()
573 kmem_cache_free(bs->bio_slab, p); in bio_alloc_bioset()
742 kmem_cache_size(bio->bi_pool->bio_slab), in __bio_alloc_cache_prune()
[all …]