Searched defs:io_uring_sqe (Results 1 – 2 of 2) sorted by relevance
21575 struct io_uring_sqe { struct21576 __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 …]
31850 struct io_uring_sqe { struct31851 __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 …]