Home
last modified time | relevance | path

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

/external/kernel-headers/original/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 */
/external/ltp/android/include/
Dlibaio.h38 struct io_event { struct
41 __s64 res;
42 __s64 res2;
/external/blktrace/iowatcher/
Dblkparse.c976 static inline int io_event(struct trace *trace) in io_event() function