Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.c3391 uint64_t current_bytes; /* bytes transferred since the beginning */ in migration_update_counters()
3402 current_bytes = migration_transferred_bytes(); in migration_update_counters()
3403 transferred = current_bytes - s->iteration_initial_bytes; in migration_update_counters()
3357 uint64_t current_bytes; /* bytes transferred since the beginning */ migration_update_counters() local