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.c522 uint64_t bytes_dirty_threshold) in mig_throttle_guest_down() argument
543 cpu_ideal = cpu_now * (bytes_dirty_threshold * 1.0 / in mig_throttle_guest_down()
1005 uint64_t bytes_dirty_threshold = bytes_xfer_period * threshold / 100; in migration_trigger_throttle() local
1021 if ((bytes_dirty_period > bytes_dirty_threshold) && in migration_trigger_throttle()
1027 bytes_dirty_threshold); in migration_trigger_throttle()