Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-throttle.c43 double throttle_ratio; in cpu_throttle_thread() local
51 throttle_ratio = pct / (1 - pct); in cpu_throttle_thread()
53 sleeptime_ns = (int64_t)(throttle_ratio * CPU_THROTTLE_TIMESLICE_NS + 1); in cpu_throttle_thread()