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

/linux-master/arch/loongarch/include/asm/
H A Dkexec.h56 extern atomic_t kexec_ready_to_reboot;
/linux-master/arch/mips/include/asm/
H A Dkexec.h46 extern atomic_t kexec_ready_to_reboot;
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c27 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable
127 while (!atomic_read(&kexec_ready_to_reboot))
262 atomic_set(&kexec_ready_to_reboot, 1);
H A Dcrash.c47 while (!atomic_read(&kexec_ready_to_reboot))
/linux-master/arch/loongarch/kernel/
H A Dmachine_kexec.c33 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0); variable
152 while (!atomic_read(&kexec_ready_to_reboot))
186 while (!atomic_read(&kexec_ready_to_reboot))
300 atomic_set(&kexec_ready_to_reboot, 1);
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c95 while (!atomic_read(&kexec_ready_to_reboot))

Completed in 145 milliseconds