Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.c3218 uint64_t must_precopy, can_postcopy, pending_size; in migration_iteration_run() local
3224 pending_size = must_precopy + can_postcopy; in migration_iteration_run()
3225 trace_migrate_pending_estimate(pending_size, must_precopy, can_postcopy); in migration_iteration_run()
3227 if (pending_size < s->threshold_size) { in migration_iteration_run()
3229 pending_size = must_precopy + can_postcopy; in migration_iteration_run()
3230 trace_migrate_pending_exact(pending_size, must_precopy, can_postcopy); in migration_iteration_run()
3233 if ((!pending_size || pending_size < s->threshold_size) && can_switchover) { in migration_iteration_run()
3234 trace_migration_thread_low_pending(pending_size); in migration_iteration_run()