Searched defs:bio_set (Results 1 – 7 of 7) 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 …]
5327 struct bio_set { struct5328 struct kmem_cache *bio_slab;5329 unsigned int front_pad;5330 mempool_t bio_pool;5331 mempool_t bvec_pool;5332 mempool_t bio_integrity_pool;5333 mempool_t bvec_integrity_pool;5334 spinlock_t rescue_lock;5335 struct bio_list rescue_list;5336 struct work_struct rescue_work;[all …]
3093 struct bio_set { struct3094 struct kmem_cache *bio_slab;3095 unsigned int front_pad;3096 mempool_t bio_pool;3097 mempool_t bvec_pool;3098 mempool_t bio_integrity_pool;3099 mempool_t bvec_integrity_pool;3100 spinlock_t rescue_lock;3101 struct bio_list rescue_list;3102 struct work_struct rescue_work;[all …]
8042 struct bio_set { struct8043 struct kmem_cache *bio_slab;8044 unsigned int front_pad;8045 mempool_t bio_pool;8046 mempool_t bvec_pool;8047 spinlock_t rescue_lock;8048 struct bio_list rescue_list;8049 struct work_struct rescue_work;8050 struct workqueue_struct *rescue_workqueue;96786 struct bio_set bio_set; member