HomeSort by relevance Sort by last modified time
    Searched refs:io_ctx (Results 1 - 3 of 3) sorted by null

  /external/fio/engines/
rbd.c 21 rados_ioctx_t io_ctx; member in struct:rbd_data
132 r = rados_ioctx_create(rbd->cluster, o->pool_name, &rbd->io_ctx);
138 r = rbd_open(rbd->io_ctx, o->rbd_name, &rbd->image, NULL /*snap */ );
146 rados_ioctx_destroy(rbd->io_ctx);
147 rbd->io_ctx = NULL;
166 if (rbd->io_ctx) {
167 rados_ioctx_destroy(rbd->io_ctx);
168 rbd->io_ctx = NULL;
  /external/autotest/client/tests/aiostress/
aio-stress.c 215 io_context_t io_ctx; member in struct:thread_info
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);
    [all...]
  /external/fio/
configure 1207 rados_ioctx_t io_ctx;
1213 rados_ioctx_create(cluster, pool, &io_ctx);
    [all...]

Completed in 183 milliseconds