Searched refs:SCALE_NS (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 14 #define SCALE_NS 1 macro 450 timer_init(ts, type, SCALE_NS, cb, opaque); in timer_init_ns() 556 return timer_new(type, SCALE_NS, cb, opaque); in timer_new_ns()
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-sleep.c | 69 aio_timer_init(ctx, &ts, type, SCALE_NS, co_sleep_cb, w); in qemu_co_sleep_ns_wakeable()
|
H A D | throttle.c | 208 aio_timer_new(new_context, tt->clock_type, SCALE_NS, in throttle_timers_attach_aio_context()
|
/openbmc/qemu/block/ |
H A D | null.c | 181 QEMU_CLOCK_REALTIME, SCALE_NS, in null_aio_common()
|
H A D | nbd.c | 213 SCALE_NS, in reconnect_delay_timer_init() 258 SCALE_NS, in open_timer_init()
|
H A D | curl.c | 602 QEMU_CLOCK_REALTIME, SCALE_NS, in curl_attach_aio_context()
|
H A D | qed.c | 364 QEMU_CLOCK_VIRTUAL, SCALE_NS, in bdrv_qed_attach_aio_context()
|
/openbmc/qemu/tests/unit/ |
H A D | test-aio.c | 386 SCALE_NS, timer_test_cb, &data); in test_timer_schedule() 718 SCALE_NS, timer_test_cb, &data); in test_source_timer_schedule()
|
/openbmc/qemu/ |
H A D | job.c | 434 QEMU_CLOCK_REALTIME, SCALE_NS, in job_create()
|
/openbmc/qemu/nbd/ |
H A D | server.c | 3221 SCALE_NS, in nbd_co_client_start()
|