Searched defs:bio_set (Results 1 – 1 of 1) sorted by relevance
8282 struct bio_set { struct8283 struct kmem_cache *bio_slab;8284 unsigned int front_pad;8285 struct bio_alloc_cache *cache;8286 mempool_t bio_pool;8287 mempool_t bvec_pool;8288 unsigned int back_pad;8289 spinlock_t rescue_lock;8290 struct bio_list rescue_list;8291 struct work_struct rescue_work;[all …]