Home
last modified time | relevance | path

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

/qemu/migration/
H A Dram.c544 uint64_t pct_increment = migrate_cpu_throttle_increment(); 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()