Searched refs:SCALE_MS (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/monitor/ |
| H A D | monitor.c | 310 [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 D | cpu-throttle.c | 64 if (sleeptime_ns > SCALE_MS) { in cpu_throttle_thread() 66 sleeptime_ns / SCALE_MS); in cpu_throttle_thread()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-stats.c | 28 (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 D | armv7m_systick.c | 105 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 D | main-loop.c | 278 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 D | qemu-timer.c | 316 ms = DIV_ROUND_UP(ns, SCALE_MS); in qemu_timeout_ns_to_ms()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-aio.c | 373 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 D | input.c | 423 SCALE_MS, QEMU_TIMER_ATTR_EXTERNAL, in qemu_input_event_send_key_delay()
|
| /openbmc/qemu/hw/block/ |
| H A D | pflash_cfi02.c | 624 (1ULL << pfl->cfi_table[0x22]) * SCALE_MS); in pflash_write()
|
| /openbmc/qemu/ |
| H A D | qemu-io-cmds.c | 2675 timer_mod(timer, qemu_clock_get_ns(QEMU_CLOCK_HOST) + SCALE_MS * ms); in sleep_f()
|