/openbmc/qemu/tests/unit/ |
H A D | test-aio.c | 35 aio_poll(ctx, true); in wait_until_inactive() 117 g_assert(aio_poll(ctx, true)); in test_bh_schedule() 120 g_assert(!aio_poll(ctx, false)); in test_bh_schedule() 133 g_assert(aio_poll(ctx, false)); in test_bh_schedule10() 136 g_assert(aio_poll(ctx, true)); in test_bh_schedule10() 140 aio_poll(ctx, true); in test_bh_schedule10() 144 g_assert(!aio_poll(ctx, false)); in test_bh_schedule10() 160 g_assert(!aio_poll(ctx, false)); in test_bh_cancel() 176 g_assert(!aio_poll(ctx, false)); in test_bh_delete() 190 aio_poll(ctx, true); in test_bh_delete_from_cb() [all …]
|
H A D | test-nested-aio-poll.c | 57 g_assert(aio_poll(td->ctx, true)); in io_poll_ready() 96 g_assert(!aio_poll(td.ctx, false)); in test() 102 g_assert(aio_poll(td.ctx, true)); in test() 105 g_assert(aio_poll(td.ctx, true)); in test() 108 g_assert(aio_poll(td.ctx, true)); in test()
|
H A D | test-thread-pool.c | 51 aio_poll(ctx, true); in test_submit() 66 aio_poll(ctx, true); in test_submit_aio() 106 aio_poll(ctx, true); in test_submit_co() 129 aio_poll(ctx, true); in test_submit_many() 161 aio_poll(ctx, false); in do_test_cancel() 199 aio_poll(ctx, true); in do_test_cancel()
|
H A D | test-blockjob-txn.c | 126 aio_poll(qemu_get_aio_context(), true); in test_single_job() 177 aio_poll(qemu_get_aio_context(), true); in test_pair_jobs() 237 aio_poll(qemu_get_aio_context(), true); in test_pair_jobs_fail_cancel_race()
|
H A D | test-blockjob.c | 350 aio_poll(qemu_get_aio_context(), true); in test_cancel_pending() 353 aio_poll(qemu_get_aio_context(), true); in test_cancel_pending() 377 aio_poll(qemu_get_aio_context(), true); in test_cancel_concluded() 380 aio_poll(qemu_get_aio_context(), true); in test_cancel_concluded()
|
H A D | test-bdrv-drain.c | 152 aio_poll(qemu_get_aio_context(), true); in call_in_coroutine() 795 aio_poll(qemu_get_aio_context(), false); in test_blockjob_common_drain_node() 829 aio_poll(qemu_get_aio_context(), false); in test_blockjob_common_drain_node() 862 aio_poll(qemu_get_aio_context(), false); in test_blockjob_common_drain_node() 1114 aio_poll(qemu_get_aio_context(), true); in do_test_delete_by_drain() 1548 aio_poll(qemu_get_aio_context(), false); in test_blockjob_commit_by_drained_end() 1603 aio_poll(qemu_get_current_aio_context(), false); in drop_intermediate_poll_update_filename() 1605 aio_poll(qemu_get_current_aio_context(), false); in drop_intermediate_poll_update_filename() 1707 aio_poll(qemu_get_aio_context(), false); in test_drop_intermediate_poll()
|
H A D | iothread.c | 71 aio_poll(iothread->ctx, true); in iothread_run()
|
H A D | test-block-iothread.c | 567 aio_poll(qemu_get_aio_context(), false); in test_attach_blockjob() 574 aio_poll(qemu_get_aio_context(), false); in test_attach_blockjob() 581 aio_poll(qemu_get_aio_context(), false); in test_attach_blockjob() 588 aio_poll(qemu_get_aio_context(), false); in test_attach_blockjob()
|
/openbmc/qemu/include/block/ |
H A D | aio-wait.h | 88 aio_poll(ctx_, true); \ 95 aio_poll(qemu_get_aio_context(), true); \
|
H A D | aio.h | 454 bool no_coroutine_fn aio_poll(AioContext *ctx, bool blocking);
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_backend.c | 55 aio_poll(qemu_get_aio_context(), true); in tpm_backend_finish_sync()
|
/openbmc/qemu/ |
H A D | iothread.c | 63 aio_poll(iothread->ctx, true); in iothread_run()
|
H A D | qemu-io-cmds.c | 2579 aio_poll(blk_get_aio_context(blk), true); in wait_break_f()
|
H A D | qemu-img.c | 925 aio_poll(aio_context, true); in run_block_job()
|
/openbmc/qemu/util/ |
H A D | aio-win32.c | 323 bool aio_poll(AioContext *ctx, bool blocking) in aio_poll() function
|
H A D | aio-posix.c | 603 bool aio_poll(AioContext *ctx, bool blocking) in aio_poll() function
|
/openbmc/qemu/net/ |
H A D | filter-mirror.c | 131 aio_poll(qemu_get_aio_context(), true); in filter_send()
|
/openbmc/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 83 * ``aio_poll()`` - run an event loop iteration
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 673 (aio_poll(iohandler_get_aio_context(), false), in monitor_cleanup()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nvdimm.c | 600 aio_poll(qemu_get_aio_context(), true); in spapr_nvdimm_finish_flushes()
|
/openbmc/linux/fs/ |
H A D | aio.c | 1853 static int aio_poll(struct aio_kiocb *aiocb, const struct iocb *iocb) in aio_poll() function 1975 return aio_poll(req, iocb); in __io_submit_one()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 4341 aio_poll(qemu_get_aio_context(), true); in v9fs_reset() 4348 aio_poll(qemu_get_aio_context(), true); in v9fs_reset()
|