Home
last modified time | relevance | path

Searched refs:AIO_WAIT_WHILE (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/block/
H A Dblock-gen.h43 AIO_WAIT_WHILE(s->ctx, s->in_progress); in bdrv_poll_co()
H A Dthrottle-groups.c598 AIO_WAIT_WHILE(tgm->aio_context, qatomic_read(&tgm->restart_pending) > 0); in throttle_group_unregister_tgm()
H A Dnvme.c533 AIO_WAIT_WHILE(aio_context, ret == -EINPROGRESS); in nvme_admin_cmd_sync()
H A Dblock-backend.c2073 AIO_WAIT_WHILE(blk_get_aio_context(blk), in blk_drain()
/openbmc/qemu/include/block/
H A Daio-wait.h102 #define AIO_WAIT_WHILE(ctx, cond) \ macro
H A Dblock-io.h354 AIO_WAIT_WHILE(bdrv_get_aio_context(bs_), \
/openbmc/qemu/net/
H A Dcolo-compare.c1441 AIO_WAIT_WHILE(ctx, !s->out_sendco.done); in colo_compare_finalize()
1443 AIO_WAIT_WHILE(ctx, !s->notify_sendco.done); in colo_compare_finalize()
1448 AIO_WAIT_WHILE(NULL, !s->out_sendco.done); in colo_compare_finalize()
/openbmc/qemu/util/
H A Dvhost-user-server.c394 AIO_WAIT_WHILE(server->ctx, server->co_trip); in vhost_user_server_stop()
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.txt102 AIO_WAIT_WHILE().
H A Dqapi-code-gen.rst606 - Nested event loops (``AIO_WAIT_WHILE()`` etc.) are problematic in