Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcoroutine-core.h106 AioContext *qemu_coroutine_get_aio_context(Coroutine *co);
/openbmc/qemu/io/
H A Dchannel.c605 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()
/openbmc/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.c441 AioContext *co_ctx = qemu_coroutine_get_aio_context(server->co_trip); in vhost_user_server_attach_aio_context()
/openbmc/qemu/
H A Dblock.c7431 AioContext *old_ctx = qemu_coroutine_get_aio_context(self); in bdrv_co_enter()