Searched refs:threshold_size (Results 1 – 3 of 3) sorted by relevance
299 uint64_t threshold_size; member
1736 s->threshold_size = 0; in migrate_init()3196 s->threshold_size = expected_bw_per_ms * migrate_downtime_limit(); in migration_update_counters()3223 s->threshold_size); in migration_update_counters()3262 if (pending_size < s->threshold_size) { in migration_iteration_run()3268 if ((!pending_size || pending_size < s->threshold_size) && can_switchover) { in migration_iteration_run()3275 if (!in_postcopy && must_precopy <= s->threshold_size && can_switchover && in migration_iteration_run()
168 If total pending_bytes >= threshold_size, call .save_live_iterate()