Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec.c182 bool stuck_cpus = cpus_are_stuck_in_kernel(); in machine_kexec() local
187 BUG_ON(!in_kexec_crash && (stuck_cpus || (num_online_cpus() > 1))); in machine_kexec()
188 WARN(in_kexec_crash && (stuck_cpus || smp_crash_stop_failed()), in machine_kexec()