Searched refs:co_trip (Results 1 – 3 of 3) sorted by relevance
100 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()
54 Coroutine *co_trip; /* coroutine for processing VhostUserMsg */ member
307 return server->co_trip || vhost_user_server_has_in_flight(server); in vu_blk_drained_poll()