Lines Matching refs:io_ctx
213 io_context_t io_ctx;
492 nr = io_getevents(t->io_ctx, min_nr, t->num_global_events, t->events,
495 nr = io_getevents(t->io_ctx, t->num_global_events, t->events, NULL);
555 while (io_getevents(t->io_ctx, 1, 1, &event, NULL) > 0) {
557 while (io_getevents(t->io_ctx, 1, &event, NULL) > 0) {
759 ret = io_submit(t->io_ctx, num_ios, my_iocbs);
932 void aio_setup(io_context_t * io_ctx, int n)
934 int res = io_queue_init(n, io_ctx);
1119 aio_setup(&t->io_ctx, 512);
1227 io_queue_release(t->io_ctx);