Home
last modified time | relevance | path

Searched refs:in_qio_channel_yield (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dvhost-user-server.c143 server->in_qio_channel_yield = true; in vu_message_read()
145 server->in_qio_channel_yield = false; in vu_message_read()
447 assert(!server->in_qio_channel_yield); in vhost_user_server_attach_aio_context()
467 if (server->in_qio_channel_yield) { in vhost_user_server_detach_aio_context()
/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h46 bool in_qio_channel_yield; member