Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h104495 struct convert_context { struct
104496 struct completion restart;
104497 struct bio *bio_in;
104498 struct bvec_iter iter_in;
104499 struct bio *bio_out;
104500 struct bvec_iter iter_out;
104501 atomic_t cc_pending;
104502 u64 cc_sector;
104503 union {
104506 } r;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h114290 struct convert_context { struct
114291 struct completion restart;
114292 struct bio *bio_in;
114293 struct bvec_iter iter_in;
114294 struct bio *bio_out;
114295 struct bvec_iter iter_out;
114296 atomic_t cc_pending;
114297 u64 cc_sector;
114298 union {
114301 } r;
[all …]