Home
last modified time | relevance | path

Searched refs:AIO_WAIT_WHILE_UNLOCKED (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/util/
H A Daio-wait.c85 AIO_WAIT_WHILE_UNLOCKED(NULL, !data.done); in aio_wait_bh_oneshot()
/openbmc/qemu/include/block/
H A Daio-wait.h106 #define AIO_WAIT_WHILE_UNLOCKED(ctx, cond) \ macro
/openbmc/qemu/block/
H A Dgraph-lock.c131 AIO_WAIT_WHILE_UNLOCKED(NULL, reader_count() >= 1); in bdrv_graph_wrlock()
H A Dio.c531 AIO_WAIT_WHILE_UNLOCKED(NULL, bdrv_drain_all_poll()); in bdrv_drain_all_begin()
2929 AIO_WAIT_WHILE_UNLOCKED(NULL, acb->refcnt > 1); in bdrv_aio_cancel()
H A Dblock-backend.c2092 AIO_WAIT_WHILE_UNLOCKED(NULL, qatomic_read(&blk->in_flight) > 0); in blk_drain_all()
H A Dqcow2.c1970 AIO_WAIT_WHILE_UNLOCKED(NULL, qoc.ret == -EINPROGRESS); in qcow2_open()
/openbmc/qemu/block/export/
H A Dexport.c295 AIO_WAIT_WHILE_UNLOCKED(NULL, blk_exp_has_type(type)); in blk_exp_close_all_type()
/openbmc/qemu/
H A Dblockdev-nbd.c125 AIO_WAIT_WHILE_UNLOCKED(NULL, server->connections > 0); in nbd_server_free()
H A Djob.c1256 AIO_WAIT_WHILE_UNLOCKED(job->aio_context, in job_finish_sync_locked()
/openbmc/qemu/monitor/
H A Dmonitor.c669 AIO_WAIT_WHILE_UNLOCKED(NULL, in monitor_cleanup()
H A Dhmp.c1170 AIO_WAIT_WHILE_UNLOCKED(NULL, !data.done); in handle_hmp_command()
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c601 AIO_WAIT_WHILE_UNLOCKED(NULL, !data.co_done); in test_iothread_common()