Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.c3137 double expected_bw_per_ms; in migration_update_counters() local
3155 expected_bw_per_ms = switchover_bw / 1000; in migration_update_counters()
3158 expected_bw_per_ms = bandwidth; in migration_update_counters()
3161 s->threshold_size = expected_bw_per_ms * migrate_downtime_limit(); in migration_update_counters()
3178 stat64_get(&mig_stats.dirty_bytes_last_sync) / expected_bw_per_ms; in migration_update_counters()