Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h21575 struct io_uring_sqe { struct
21576 __u8 opcode;
21577 __u8 flags;
21578 __u16 ioprio;
21579 __s32 fd;
21580 union {
21588 union {
21592 __u32 len;
21593 union {
21614 __u64 user_data;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h31850 struct io_uring_sqe { struct
31851 __u8 opcode;
31852 __u8 flags;
31853 __u16 ioprio;
31854 __s32 fd;
31855 union {
31863 union {
31867 __u32 len;
31868 union {
31889 __u64 user_data;
[all …]