Searched defs:bio_set (Results 1 – 2 of 2) sorted by relevance
621 struct bio_set { struct622 struct kmem_cache *bio_slab;623 unsigned int front_pad;628 struct bio_alloc_cache __percpu *cache;653 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument
415 struct bio_set *bio_set; member