Searched defs:bio_set (Results 1 – 2 of 2) sorted by relevance
6258 struct bio_set { struct6259 struct kmem_cache *bio_slab;6260 unsigned int front_pad;6261 struct bio_alloc_cache __attribute__((btf_type_tag("percpu"))) *cache;6262 mempool_t bio_pool;6263 mempool_t bvec_pool;6264 unsigned int back_pad;6265 spinlock_t rescue_lock;6266 struct bio_list rescue_list;6267 struct work_struct rescue_work;[all …]
5867 struct bio_set { struct5868 struct kmem_cache *bio_slab;5869 unsigned int front_pad;5870 struct bio_alloc_cache __attribute__((btf_type_tag("percpu"))) *cache;5871 mempool_t bio_pool;5872 mempool_t bvec_pool;5873 unsigned int back_pad;5874 spinlock_t rescue_lock;5875 struct bio_list rescue_list;5876 struct work_struct rescue_work;[all …]