Home
last modified time | relevance | path

Searched refs:aio_poll (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-aio.c35 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 Dtest-nested-aio-poll.c57 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 Dtest-thread-pool.c51 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 Dtest-blockjob-txn.c126 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 Dtest-blockjob.c350 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 Dtest-bdrv-drain.c152 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 Diothread.c71 aio_poll(iothread->ctx, true); in iothread_run()
H A Dtest-block-iothread.c567 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 Daio-wait.h88 aio_poll(ctx_, true); \
95 aio_poll(qemu_get_aio_context(), true); \
H A Daio.h454 bool no_coroutine_fn aio_poll(AioContext *ctx, bool blocking);
/openbmc/qemu/backends/tpm/
H A Dtpm_backend.c55 aio_poll(qemu_get_aio_context(), true); in tpm_backend_finish_sync()
/openbmc/qemu/
H A Diothread.c63 aio_poll(iothread->ctx, true); in iothread_run()
H A Dqemu-io-cmds.c2579 aio_poll(blk_get_aio_context(blk), true); in wait_break_f()
H A Dqemu-img.c925 aio_poll(aio_context, true); in run_block_job()
/openbmc/qemu/util/
H A Daio-win32.c323 bool aio_poll(AioContext *ctx, bool blocking) in aio_poll() function
H A Daio-posix.c603 bool aio_poll(AioContext *ctx, bool blocking) in aio_poll() function
/openbmc/qemu/net/
H A Dfilter-mirror.c131 aio_poll(qemu_get_aio_context(), true); in filter_send()
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst83 * ``aio_poll()`` - run an event loop iteration
/openbmc/qemu/monitor/
H A Dmonitor.c673 (aio_poll(iohandler_get_aio_context(), false), in monitor_cleanup()
/openbmc/qemu/hw/ppc/
H A Dspapr_nvdimm.c600 aio_poll(qemu_get_aio_context(), true); in spapr_nvdimm_finish_flushes()
/openbmc/linux/fs/
H A Daio.c1853 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 D9p.c4341 aio_poll(qemu_get_aio_context(), true); in v9fs_reset()
4348 aio_poll(qemu_get_aio_context(), true); in v9fs_reset()