Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcolo.c68 int64_t next_notify_time; in colo_checkpoint_notify() local
72 next_notify_time = s->colo_checkpoint_time + migrate_checkpoint_delay(); in colo_checkpoint_notify()
73 timer_mod(s->colo_delay_timer, next_notify_time); in colo_checkpoint_notify()