Home
last modified time | relevance | path

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

/qemu/migration/
H A Dmigration-stats.h62 Stat64 downtime_bytes; member
H A Dmigration-hmp-cmds.c131 if (info->ram->downtime_bytes) { in hmp_info_migrate()
133 info->ram->downtime_bytes >> 10); in hmp_info_migrate()
H A Dmigration.c1159 info->ram->downtime_bytes = stat64_get(&mig_stats.downtime_bytes); in populate_ram_info()
H A Dram.c466 stat64_add(&mig_stats.downtime_bytes, bytes); in ram_transferred_add()