Home
last modified time | relevance | path

Searched refs:ioctx_base (Results 1 – 4 of 4) sorted by relevance

/devicemodel/core/
A Diothread.c195 struct iothread_ctx *ioctx_base = NULL; in iothread_create() local
200 return ioctx_base; in iothread_create()
243 ioctx_base = &ioctxes[base]; in iothread_create()
249 return ioctx_base; in iothread_create()
/devicemodel/hw/pci/virtio/
A Dvirtio_block.c480 struct iothread_ctx *ioctx_base = NULL; in virtio_blk_init() local
578 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()
/devicemodel/include/
A Diothread.h43 struct iothread_ctx *ioctx_base; member
/devicemodel/hw/
A Dblock_if.c1601 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 12 milliseconds