Home
last modified time | relevance | path

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

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