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

/linux-4.1.27/arch/mips/include/asm/
H A Dkexec.h47 extern atomic_t kexec_ready_to_reboot;
/linux-4.1.27/arch/mips/kernel/
H A Dcrash.c32 while (!atomic_read(&kexec_ready_to_reboot)) crash_shutdown_secondary()
H A Dmachine_kexec.c27 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable
111 atomic_set(&kexec_ready_to_reboot, 1); machine_kexec()
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dsetup.c75 while (!atomic_read(&kexec_ready_to_reboot)) octeon_kexec_smp_down()

Completed in 117 milliseconds