Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dmachine_kexec.c168 bool stuck_cpus = cpus_are_stuck_in_kernel(); in machine_kexec() local
173 BUG_ON(!in_kexec_crash && (stuck_cpus || (num_online_cpus() > 1))); in machine_kexec()
174 WARN(in_kexec_crash && (stuck_cpus || smp_crash_stop_failed()), in machine_kexec()