Searched refs:checkpoint_active (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c142 static bool checkpoint_active; variable
1151 if (checkpoint_active) {
1153 while (checkpoint_active)
1176 if (checkpoint_active && CPU_CMP(&vcpus_active, &vcpus_suspended) == 0)
1186 while (checkpoint_active)
1197 checkpoint_active = true;
1209 checkpoint_active = false;

Completed in 65 milliseconds