Searched refs:AIO_WAIT_WHILE_UNLOCKED (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/util/ |
H A D | aio-wait.c | 85 AIO_WAIT_WHILE_UNLOCKED(NULL, !data.done); in aio_wait_bh_oneshot()
|
/openbmc/qemu/include/block/ |
H A D | aio-wait.h | 106 #define AIO_WAIT_WHILE_UNLOCKED(ctx, cond) \ macro
|
/openbmc/qemu/block/ |
H A D | graph-lock.c | 131 AIO_WAIT_WHILE_UNLOCKED(NULL, reader_count() >= 1); in bdrv_graph_wrlock()
|
H A D | io.c | 531 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 D | block-backend.c | 2092 AIO_WAIT_WHILE_UNLOCKED(NULL, qatomic_read(&blk->in_flight) > 0); in blk_drain_all()
|
H A D | qcow2.c | 1970 AIO_WAIT_WHILE_UNLOCKED(NULL, qoc.ret == -EINPROGRESS); in qcow2_open()
|
/openbmc/qemu/block/export/ |
H A D | export.c | 295 AIO_WAIT_WHILE_UNLOCKED(NULL, blk_exp_has_type(type)); in blk_exp_close_all_type()
|
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 125 AIO_WAIT_WHILE_UNLOCKED(NULL, server->connections > 0); in nbd_server_free()
|
H A D | job.c | 1256 AIO_WAIT_WHILE_UNLOCKED(job->aio_context, in job_finish_sync_locked()
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 669 AIO_WAIT_WHILE_UNLOCKED(NULL, in monitor_cleanup()
|
H A D | hmp.c | 1170 AIO_WAIT_WHILE_UNLOCKED(NULL, !data.done); in handle_hmp_command()
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 601 AIO_WAIT_WHILE_UNLOCKED(NULL, !data.co_done); in test_iothread_common()
|