Searched refs:time_last_bitmap_sync (Results 1 – 1 of 1) sorted by relevance
375 int64_t time_last_bitmap_sync; member574 rs->time_last_bitmap_sync = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in mig_throttle_counter_reset()960 (end_time - rs->time_last_bitmap_sync)); in migration_update_rates()1051 if (!rs->time_last_bitmap_sync) { in migration_bitmap_sync()1052 rs->time_last_bitmap_sync = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in migration_bitmap_sync()1073 if (end_time > rs->time_last_bitmap_sync + 1000) { in migration_bitmap_sync()1081 rs->time_last_bitmap_sync = end_time; in migration_bitmap_sync()