Home
last modified time | relevance | path

Searched refs:co_trip (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dvhost-user-server.c100 aio_co_wake(server->co_trip); in vhost_user_server_dec_in_flight()
217 server->co_trip = NULL; in vu_client_trip()
246 server->co_trip = NULL; in vu_client_trip()
394 AIO_WAIT_WHILE(server->ctx, server->co_trip); in vhost_user_server_stop()
431 if (server->co_trip) { in vhost_user_server_attach_aio_context()
441 AioContext *co_ctx = qemu_coroutine_get_aio_context(server->co_trip); in vhost_user_server_attach_aio_context()
446 server->co_trip = qemu_coroutine_create(vu_client_trip, server); in vhost_user_server_attach_aio_context()
448 aio_co_schedule(ctx, server->co_trip); in vhost_user_server_attach_aio_context()
/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h54 Coroutine *co_trip; /* coroutine for processing VhostUserMsg */ member
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c307 return server->co_trip || vhost_user_server_has_in_flight(server); in vu_blk_drained_poll()