Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-tls.c77 ioc->follow_coroutine_ctx = master->follow_coroutine_ctx; in qio_channel_tls_new_server()
120 ioc->follow_coroutine_ctx = master->follow_coroutine_ctx; in qio_channel_tls_new_client()
H A Dchannel.c370 ioc->follow_coroutine_ctx = enabled; in qio_channel_set_follow_coroutine_ctx()
627 AioContext *ctx = ioc->follow_coroutine_ctx ? in qio_channel_set_fd_handlers()
H A Dchannel-websock.c886 ioc->follow_coroutine_ctx = master->follow_coroutine_ctx; in qio_channel_websock_new_server()
/openbmc/qemu/include/io/
H A Dchannel.h89 bool follow_coroutine_ctx; member