Home
last modified time | relevance | path

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

/qemu/migration/
H A Dram.c548 uint64_t throttle_now = cpu_throttle_get_percentage(); in mig_throttle_guest_down() local
561 cpu_now = 100 - throttle_now; in mig_throttle_guest_down()
566 cpu_throttle_set(MIN(throttle_now + throttle_inc, pct_max)); in mig_throttle_guest_down()