Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcpu-throttle.c51 double throttle_ratio; in cpu_throttle_thread() local
59 throttle_ratio = pct / (1 - pct); in cpu_throttle_thread()
61 sleeptime_ns = (int64_t)(throttle_ratio * CPU_THROTTLE_TIMESLICE_NS + 1); in cpu_throttle_thread()