Home
last modified time | relevance | path

Searched refs:aio_timer_init (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-coroutine-sleep.c69 aio_timer_init(ctx, &ts, type, SCALE_NS, co_sleep_cb, w); in qemu_co_sleep_ns_wakeable()
/openbmc/qemu/include/block/
H A Daio.h597 static inline void aio_timer_init(AioContext *ctx, in aio_timer_init() function
/openbmc/qemu/block/
H A Dnull.c180 aio_timer_init(bdrv_get_aio_context(bs), &acb->timer, in null_aio_common()
H A Dcurl.c601 aio_timer_init(new_context, &s->timer, in curl_attach_aio_context()
H A Discsi.c266 aio_timer_init(iTask->iscsilun->aio_context, in iscsi_co_generic_cb()
/openbmc/qemu/tests/unit/
H A Dtest-aio.c385 aio_timer_init(ctx, &data.timer, data.clock_type, in test_timer_schedule()
717 aio_timer_init(ctx, &data.timer, data.clock_type, in test_source_timer_schedule()
/openbmc/qemu/
H A Djob.c433 aio_timer_init(qemu_get_aio_context(), &job->sleep_timer, in job_create()