Home
last modified time | relevance | path

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

/Linux-v6.1/arch/loongarch/kernel/
Dmachine_kexec.c33 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable
152 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()
/Linux-v6.1/arch/mips/kernel/
Dmachine_kexec.c26 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable
126 while (!atomic_read(&kexec_ready_to_reboot)) in kexec_shutdown_secondary()
261 atomic_set(&kexec_ready_to_reboot, 1); in machine_kexec()
Dcrash.c47 while (!atomic_read(&kexec_ready_to_reboot)) in crash_shutdown_secondary()
/Linux-v6.1/arch/mips/include/asm/
Dkexec.h46 extern atomic_t kexec_ready_to_reboot;
/Linux-v6.1/arch/loongarch/include/asm/
Dkexec.h56 extern atomic_t kexec_ready_to_reboot;
/Linux-v6.1/arch/mips/cavium-octeon/
Dsetup.c95 while (!atomic_read(&kexec_ready_to_reboot)) in octeon_kexec_smp_down()