Searched defs:io_uring_sqe (Results 1 – 1 of 1) sorted by relevance
17 struct io_uring_sqe { struct19 __u8 flags; /* IOSQE_ flags */20 __u16 ioprio; /* ioprio for the request */21 __s32 fd; /* file descriptor to do IO on */22 union {26 union {31 union {51 union {58 __u16 personality;59 union {[all …]
Completed in 5 milliseconds