Home | History | Annotate | Download | only in aiostress

Lines Matching refs:io_ctx

215     io_context_t io_ctx;
482 nr = io_getevents(t->io_ctx, min_nr, t->num_global_events, t->events,NULL);
484 nr = io_getevents(t->io_ctx, t->num_global_events, t->events, NULL);
543 while(io_getevents(t->io_ctx, 1, 1, &event, NULL) > 0) {
545 while(io_getevents(t->io_ctx, 1, &event, NULL) > 0) {
747 ret = io_submit(t->io_ctx, num_ios, my_iocbs);
916 void aio_setup(io_context_t *io_ctx, int n)
918 int res = io_queue_init(n, io_ctx);
1103 aio_setup(&t->io_ctx, 512);
1207 io_queue_release(t->io_ctx);