Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram.c549 uint64_t cpu_now, cpu_ideal, throttle_inc; in mig_throttle_guest_down() local
557 throttle_inc = pct_increment; in mig_throttle_guest_down()
564 throttle_inc = MIN(cpu_now - cpu_ideal, pct_increment); in mig_throttle_guest_down()
566 cpu_throttle_set(MIN(throttle_now + throttle_inc, pct_max)); in mig_throttle_guest_down()