Searched refs:kexec_ready_to_reboot (Results 1 – 6 of 6) sorted by relevance
33 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable152 while (!atomic_read(&kexec_ready_to_reboot)) in kexec_shutdown_secondary()186 while (!atomic_read(&kexec_ready_to_reboot)) in crash_shutdown_secondary()300 atomic_set(&kexec_ready_to_reboot, 1); in machine_kexec()
27 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable127 while (!atomic_read(&kexec_ready_to_reboot)) in kexec_shutdown_secondary()262 atomic_set(&kexec_ready_to_reboot, 1); in machine_kexec()
47 while (!atomic_read(&kexec_ready_to_reboot)) in crash_shutdown_secondary()
46 extern atomic_t kexec_ready_to_reboot;
56 extern atomic_t kexec_ready_to_reboot;
95 while (!atomic_read(&kexec_ready_to_reboot)) in octeon_kexec_smp_down()