Home
last modified time | relevance | path

Searched refs:SCALE_MS (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/monitor/
H A Dmonitor.c310 [QAPI_EVENT_RTC_CHANGE] = { 1000 * SCALE_MS },
311 [QAPI_EVENT_BLOCK_IO_ERROR] = { 1000 * SCALE_MS },
312 [QAPI_EVENT_WATCHDOG] = { 1000 * SCALE_MS },
313 [QAPI_EVENT_BALLOON_CHANGE] = { 1000 * SCALE_MS },
314 [QAPI_EVENT_QUORUM_REPORT_BAD] = { 1000 * SCALE_MS },
315 [QAPI_EVENT_QUORUM_FAILURE] = { 1000 * SCALE_MS },
316 [QAPI_EVENT_VSERPORT_CHANGE] = { 1000 * SCALE_MS },
317 [QAPI_EVENT_MEMORY_DEVICE_SIZE_CHANGE] = { 1000 * SCALE_MS },
318 [QAPI_EVENT_HV_BALLOON_STATUS_REPORT] = { 1000 * SCALE_MS },
/openbmc/qemu/migration/
H A Dcpu-throttle.c64 if (sleeptime_ns > SCALE_MS) { in cpu_throttle_thread()
66 sleeptime_ns / SCALE_MS); in cpu_throttle_thread()
/openbmc/qemu/accel/tcg/
H A Dtcg-stats.c28 (cpu_get_clock() - icount_get()) / SCALE_MS); in dump_drift_info()
31 -max_delay / SCALE_MS); in dump_drift_info()
33 max_advance / SCALE_MS); in dump_drift_info()
/openbmc/qemu/hw/timer/
H A Darmv7m_systick.c105 val = clock_ns_to_ticks(s->refclk, 10 * SCALE_MS) - 1; in systick_read()
107 if (clock_ticks_to_ns(s->refclk, val + 1) != 10 * SCALE_MS) { in systick_read()
/openbmc/qemu/util/
H A Dmain-loop.c278 timeout_ns = (int64_t)timeout * (int64_t)SCALE_MS; in glib_pollfds_fill()
515 poll_timeout_ns = (int64_t)poll_timeout * (int64_t)SCALE_MS;
585 timeout_ns = (uint64_t)mlpoll.timeout * (int64_t)(SCALE_MS); in main_loop_wait()
H A Dqemu-timer.c316 ms = DIV_ROUND_UP(ns, SCALE_MS); in qemu_timeout_ns_to_ms()
/openbmc/qemu/tests/unit/
H A Dtest-aio.c373 TimerTestData data = { .n = 0, .ctx = ctx, .ns = SCALE_MS * 750LL, in test_timer_schedule()
709 TimerTestData data = { .n = 0, .ctx = ctx, .ns = SCALE_MS * 750LL, in test_source_timer_schedule()
/openbmc/qemu/ui/
H A Dinput.c423 SCALE_MS, QEMU_TIMER_ATTR_EXTERNAL, in qemu_input_event_send_key_delay()
/openbmc/qemu/hw/block/
H A Dpflash_cfi02.c624 (1ULL << pfl->cfi_table[0x22]) * SCALE_MS); in pflash_write()
/openbmc/qemu/
H A Dqemu-io-cmds.c2675 timer_mod(timer, qemu_clock_get_ns(QEMU_CLOCK_HOST) + SCALE_MS * ms); in sleep_f()