Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram.c552 uint64_t bytes_dirty_threshold) in mig_throttle_guest_down() argument
573 cpu_ideal = cpu_now * (bytes_dirty_threshold * 1.0 / in mig_throttle_guest_down()
1044 uint64_t bytes_dirty_threshold = bytes_xfer_period * threshold / 100; in migration_trigger_throttle() local
1053 if ((bytes_dirty_period > bytes_dirty_threshold) && in migration_trigger_throttle()
1059 bytes_dirty_threshold); in migration_trigger_throttle()