Lines Matching refs:io_unit
114 struct io_unit;
190 struct io_unit { struct
209 struct io_unit *next; argument
219 struct io_unit *ios;
222 struct io_unit *free_ious;
337 static int check_finished_io(struct io_unit *io) { in check_finished_io()
377 static int grab_iou(struct io_unit *io, struct io_oper *oper) { in grab_iou()
451 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
471 struct io_unit *event_io; in read_some_events()
492 event_io = (struct io_unit *)((unsigned long)event->obj); in read_some_events()
502 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
504 struct io_unit *event_io; in find_iou()
530 struct io_unit *event_io;
548 event_io = (struct io_unit *)((unsigned long)event.obj);
603 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
605 struct io_unit *io;
700 struct io_unit *io;
728 struct io_unit *io;
731 io = (struct io_unit *)(my_iocbs[i]);