Home
last modified time | relevance | path

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

/qemu/migration/
H A Dmigration.h299 uint64_t threshold_size; member
H A Dmigration.c1669 s->threshold_size = 0; in migrate_init()
3126 s->threshold_size = expected_bw_per_ms * migrate_downtime_limit(); in migration_update_counters()
3153 s->threshold_size); in migration_update_counters()
3192 if (pending_size < s->threshold_size) { in migration_iteration_run()
3198 if ((!pending_size || pending_size < s->threshold_size) && can_switchover) { in migration_iteration_run()
3205 if (!in_postcopy && must_precopy <= s->threshold_size && can_switchover && in migration_iteration_run()
/qemu/docs/devel/migration/
H A Dvfio.rst168 If total pending_bytes >= threshold_size, call .save_live_iterate()