Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dio_uring.h17 struct io_uring_sqe { struct
18 __u8 opcode; /* type of operation for this sqe */
19 __u8 flags; /* IOSQE_ flags */
20 __u16 ioprio; /* ioprio for the request */
21 __s32 fd; /* file descriptor to do IO on */
22 union {
26 union {
30 __u32 len; /* buffer size or number of iovecs */
31 union {
49 __u64 user_data; /* data to be passed back at completion time */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dio_uring.h23 struct io_uring_sqe { struct
24 __u8 opcode;
25 __u8 flags;
26 __u16 ioprio;
27 __s32 fd;
28 union {
32 union {
36 __u32 len;
37 union {
52 __u64 user_data;
[all …]