Home
last modified time | relevance | path

Searched defs:bio_set (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h6258 struct bio_set { struct
6259 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h5867 struct bio_set { struct
5868 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 …]