Searched refs:ioctx_base (Results 1 – 4 of 4) sorted by relevance
195 struct iothread_ctx *ioctx_base = NULL; in iothread_create() local200 return ioctx_base; in iothread_create()243 ioctx_base = &ioctxes[base]; in iothread_create()249 return ioctx_base; in iothread_create()
480 struct iothread_ctx *ioctx_base = NULL; in virtio_blk_init() local578 ioctx_base = iothread_create(&iot_opt); in virtio_blk_init()580 if (ioctx_base == NULL) { in virtio_blk_init()585 iothrds_info.ioctx_base = ioctx_base; in virtio_blk_init()607 blk->iothrds_info.ioctx_base = ioctx_base; in virtio_blk_init()667 blk->vqs[j].viothrd.ioctx = ioctx_base + j % (iot_opt.num); in virtio_blk_init()
43 struct iothread_ctx *ioctx_base; member
1601 if ((iothrds_info != NULL) && (iothrds_info->ioctx_base != NULL) && (iothrds_info->num != 0)) { in blockif_open()1602 bq->ioctx = iothrds_info->ioctx_base + j % iothrds_info->num; in blockif_open()
Completed in 9 milliseconds