Searched refs:qemu_coroutine_get_aio_context (Results 1 – 5 of 5) sorted by relevance
106 AioContext *qemu_coroutine_get_aio_context(Coroutine *co);
605 qemu_coroutine_get_aio_context(co)); in qio_channel_restart_read()620 qemu_coroutine_get_aio_context(co)); in qio_channel_restart_write()628 qemu_coroutine_get_aio_context(qemu_coroutine_self()) : in qio_channel_set_fd_handlers()709 ioc_ctx = qemu_coroutine_get_aio_context(qemu_coroutine_self()); in qio_channel_yield()
347 AioContext *qemu_coroutine_get_aio_context(Coroutine *co) in qemu_coroutine_get_aio_context() function
441 AioContext *co_ctx = qemu_coroutine_get_aio_context(server->co_trip); in vhost_user_server_attach_aio_context()
7431 AioContext *old_ctx = qemu_coroutine_get_aio_context(self); in bdrv_co_enter()