Home
last modified time | relevance | path

Searched refs:SCALE_NS (Results 1 – 9 of 9) sorted by relevance

/qemu/include/qemu/
H A Dtimer.h14 #define SCALE_NS 1 macro
456 timer_init(ts, type, SCALE_NS, cb, opaque); in timer_init_ns()
562 return timer_new(type, SCALE_NS, cb, opaque); in timer_new_ns()
/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()
H A Dthrottle.c208 aio_timer_new(new_context, tt->clock_type, SCALE_NS, in throttle_timers_attach_aio_context()
/qemu/block/
H A Dnull.c181 QEMU_CLOCK_REALTIME, SCALE_NS, in null_aio_common()
H A Dnbd.c213 SCALE_NS, in reconnect_delay_timer_init()
258 SCALE_NS, in open_timer_init()
H A Dcurl.c610 QEMU_CLOCK_REALTIME, SCALE_NS, in curl_attach_aio_context()
H A Dqed.c364 QEMU_CLOCK_VIRTUAL, SCALE_NS, in bdrv_qed_attach_aio_context()
/qemu/tests/unit/
H A Dtest-aio.c386 SCALE_NS, timer_test_cb, &data); in test_timer_schedule()
718 SCALE_NS, timer_test_cb, &data); in test_source_timer_schedule()
/qemu/
H A Djob.c434 QEMU_CLOCK_REALTIME, SCALE_NS, in job_create()