Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-throttle.c38 #define CPU_THROTTLE_TIMESLICE_NS 10000000 macro
53 sleeptime_ns = (int64_t)(throttle_ratio * CPU_THROTTLE_TIMESLICE_NS + 1); in cpu_throttle_thread()
87 CPU_THROTTLE_TIMESLICE_NS / (1 - pct)); in cpu_throttle_timer_tick()