Home
last modified time | relevance | path

Searched defs:io_event (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Daio_abi.h25 struct io_event { struct
26 __u64 data;
27 __u64 obj;
28 __s64 res;
29 __s64 res2;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Daio_abi.h37 struct io_event { struct
38 __u64 data;
39 __u64 obj;
40 __s64 res;
41 __s64 res2;
/kernel/linux/linux-5.10/include/uapi/linux/
Daio_abi.h60 struct io_event { struct
61 __u64 data; /* the data field from the iocb */
62 __u64 obj; /* what iocb this event came from */
63 __s64 res; /* result code for this event */
64 __s64 res2; /* secondary result */
/kernel/linux/linux-6.6/include/uapi/linux/
Daio_abi.h60 struct io_event { struct
61 __u64 data; /* the data field from the iocb */
62 __u64 obj; /* what iocb this event came from */
63 __s64 res; /* result code for this event */
64 __s64 res2; /* secondary result */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Daio_abi.h37 struct io_event { struct
38 __u64 data;
39 __u64 obj;
40 __s64 res;
41 __s64 res2;