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

/linux-master/kernel/
H A Dstop_machine.c68 static bool stop_cpus_in_progress; variable
290 * We can't miss stop_cpus_in_progress if queue_stop_cpus_work() has
296 if (unlikely(stop_cpus_in_progress)) {
312 while (stop_cpus_in_progress)
405 stop_cpus_in_progress = true;
417 stop_cpus_in_progress = false;

Completed in 193 milliseconds