Home
last modified time | relevance | path

Searched refs:qemu_coroutine_get_aio_context (Results 1 – 5 of 5) sorted by relevance

/qemu/include/qemu/
H A Dcoroutine-core.h106 AioContext *qemu_coroutine_get_aio_context(Coroutine *co);
/qemu/io/
H A Dchannel.c592 qemu_coroutine_get_aio_context(co)); in qio_channel_restart_read()
607 qemu_coroutine_get_aio_context(co)); in qio_channel_restart_write()
615 qemu_coroutine_get_aio_context(qemu_coroutine_self()) : in qio_channel_set_fd_handlers()
696 ioc_ctx = qemu_coroutine_get_aio_context(qemu_coroutine_self()); in qio_channel_yield()
/qemu/util/
H A Dqemu-coroutine.c347 AioContext *qemu_coroutine_get_aio_context(Coroutine *co) in qemu_coroutine_get_aio_context() function
H A Dvhost-user-server.c429 AioContext *co_ctx = qemu_coroutine_get_aio_context(server->co_trip); in vhost_user_server_attach_aio_context()
/qemu/
H A Dblock.c7410 AioContext *old_ctx = qemu_coroutine_get_aio_context(self); in bdrv_co_enter()