Searched defs:io_event (Results 1 – 5 of 5) sorted by relevance
60 struct io_event { struct61 __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 */
38 struct io_event { struct41 __s64 res;42 __s64 res2;
55 IoEvent io_event = 2; field
976 static inline int io_event(struct trace *trace) in io_event() function
746 let io_event: &mut MainRequest_Create_IoEvent = create.mut_io_event(); in safe_create() localVariable