kexec_ready_to_reboot   94 arch/mips/cavium-octeon/setup.c 	while (!atomic_read(&kexec_ready_to_reboot))
kexec_ready_to_reboot   46 arch/mips/include/asm/kexec.h extern atomic_t kexec_ready_to_reboot;
kexec_ready_to_reboot   47 arch/mips/kernel/crash.c 	while (!atomic_read(&kexec_ready_to_reboot))
kexec_ready_to_reboot   26 arch/mips/kernel/machine_kexec.c atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0);
kexec_ready_to_reboot  126 arch/mips/kernel/machine_kexec.c 	while (!atomic_read(&kexec_ready_to_reboot))
kexec_ready_to_reboot  261 arch/mips/kernel/machine_kexec.c 	atomic_set(&kexec_ready_to_reboot, 1);