Searched refs:kexec_ready_to_reboot (Results 1 – 4 of 4) sorted by relevance
27 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable134 atomic_set(&kexec_ready_to_reboot, 1); in machine_kexec()
44 while (!atomic_read(&kexec_ready_to_reboot)) in crash_shutdown_secondary()
47 extern atomic_t kexec_ready_to_reboot;
92 while (!atomic_read(&kexec_ready_to_reboot)) in octeon_kexec_smp_down()