Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.h339 int64_t downtime_start; member
H A Dmigration.c115 s->downtime_start = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in migration_downtime_start()
127 s->downtime = now - s->downtime_start; in migration_downtime_end()