Searched refs:time_last_bitmap_sync (Results 1 – 1 of 1) sorted by relevance
386 int64_t time_last_bitmap_sync; member585 rs->time_last_bitmap_sync = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in mig_throttle_counter_reset()982 (end_time - rs->time_last_bitmap_sync)); in migration_update_rates()1073 if (!rs->time_last_bitmap_sync) { in migration_bitmap_sync()1074 rs->time_last_bitmap_sync = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in migration_bitmap_sync()1095 if (end_time > rs->time_last_bitmap_sync + 1000) { in migration_bitmap_sync()1103 rs->time_last_bitmap_sync = end_time; in migration_bitmap_sync()