Home
last modified time | relevance | path

Searched refs:aio_co_schedule (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c132 aio_co_schedule(ctx[n], co); in schedule_next()
174 aio_co_schedule(ctx[i], co1); in test_multi_co_schedule()
240 aio_co_schedule(ctx[i], co1); in test_multi_co_mutex()
359 aio_co_schedule(ctx[i], co1); in test_multi_fair_mutex()
415 aio_co_schedule(ctx[i], co1); in test_multi_mutex()
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c215 aio_co_schedule(qemu_get_aio_context(), qemu_coroutine_self()); in qmp_dispatch()
230 aio_co_schedule(iohandler_get_aio_context(), in qmp_dispatch()
/openbmc/qemu/util/
H A Dasync.c629 void aio_co_schedule(AioContext *ctx, Coroutine *co) in aio_co_schedule() function
663 aio_co_schedule(data->new_ctx, data->co); in aio_co_reschedule_self_bh()
701 aio_co_schedule(ctx, co); in aio_co_enter()
H A Dvhost-user-server.c439 aio_co_schedule(ctx, server->co_trip); in vhost_user_server_attach_aio_context()
H A Dtrace-events12 aio_co_schedule(void *ctx, void *co) "ctx %p co %p"
/openbmc/qemu/include/block/
H A Daio.h641 void aio_co_schedule(AioContext *ctx, Coroutine *co);
/openbmc/qemu/monitor/
H A Dmonitor.c723 aio_co_schedule(iohandler_get_aio_context(), qmp_dispatcher_co); in monitor_init_globals()
/openbmc/qemu/block/
H A Dblkdebug.c626 aio_co_schedule(qemu_get_current_aio_context(), qemu_coroutine_self()); in rule_check()
H A Dgluster.c753 aio_co_schedule(acb->aio_context, acb->coroutine); in gluster_finish_aiocb()
/openbmc/qemu/migration/
H A Dram.c3901 aio_co_schedule(qemu_get_current_aio_context(), in ram_load_precopy()
/openbmc/qemu/nbd/
H A Dserver.c3037 aio_co_schedule(client->exp->common.ctx, client->recv_coroutine); in nbd_client_receive_next_request()