Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcpu-throttle.c43 #define CPU_THROTTLE_TIMESLICE_NS 10000000 macro
61 sleeptime_ns = (int64_t)(throttle_ratio * CPU_THROTTLE_TIMESLICE_NS + 1); in cpu_throttle_thread()
95 CPU_THROTTLE_TIMESLICE_NS / (1 - pct)); in cpu_throttle_timer_tick()