Lines Matching defs:aio_context
100 AioContext *aio_context;
222 AioContext *aio_context,
237 trace_nvme_create_queue_pair(idx, q, size, aio_context,
251 q->completion_bh = aio_bh_new(aio_context, nvme_process_completion_bh, q);
348 replay_bh_schedule_oneshot_event(q->s->aio_context,
497 if (qemu_get_current_aio_context() == q->s->aio_context) {
500 aio_bh_schedule_oneshot(q->s->aio_context,
537 AioContext *aio_context = bdrv_get_aio_context(bs);
546 AIO_WAIT_WHILE(aio_context, ret == -EINPROGRESS);
761 AioContext *aio_context = bdrv_get_aio_context(bs);
774 s->aio_context = bdrv_get_aio_context(bs);
853 q = nvme_create_queue_pair(s, aio_context, 0, NVME_QUEUE_SIZE, errp);
1586 s->aio_context = new_context;