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.c541 uint64_t bytes_dirty_threshold) in mig_throttle_guest_down() argument
562 cpu_ideal = cpu_now * (bytes_dirty_threshold * 1.0 / in mig_throttle_guest_down()
1022 uint64_t bytes_dirty_threshold = bytes_xfer_period * threshold / 100; in migration_trigger_throttle() local
1031 if ((bytes_dirty_period > bytes_dirty_threshold) && in migration_trigger_throttle()
1037 bytes_dirty_threshold); in migration_trigger_throttle()