Lines Matching refs:io_unit
115 struct io_unit;
192 struct io_unit { struct
211 struct io_unit *next; argument
221 struct io_unit *ios;
224 struct io_unit *free_ious;
339 static int check_finished_io(struct io_unit *io) in check_finished_io()
384 static int grab_iou(struct io_unit *io, struct io_oper *oper) in grab_iou()
464 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
485 struct io_unit *event_io; in read_some_events()
507 event_io = (struct io_unit *)((unsigned long)event->obj); in read_some_events()
517 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
519 struct io_unit *event_io; in find_iou()
546 struct io_unit *event_io;
564 event_io = (struct io_unit *)((unsigned long)event.obj);
620 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
622 struct io_unit *io;
716 struct io_unit *io;
744 struct io_unit *io;
747 io = (struct io_unit *)(my_iocbs[i]);