Home
last modified time | relevance | path

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

/linux/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 in cpu_stop_queue_two_works()
296 if (unlikely(stop_cpus_in_progress)) { in cpu_stop_queue_two_works()
312 while (stop_cpus_in_progress) in cpu_stop_queue_two_works()
405 stop_cpus_in_progress = true; in queue_stop_cpus_work()
417 stop_cpus_in_progress = false; in queue_stop_cpus_work()