Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dcrash.c57 static int cpus_stopped; in crash_kexec_prepare_cpus() local
61 if (cpus_stopped) in crash_kexec_prepare_cpus()
80 cpus_stopped = 1; in crash_kexec_prepare_cpus()
/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c196 static int cpus_stopped; in crash_smp_send_stop() local
202 if (cpus_stopped) in crash_smp_send_stop()
205 cpus_stopped = 1; in crash_smp_send_stop()
/linux/arch/x86/kernel/
H A Dcrash.c79 static int cpus_stopped; in crash_smp_send_stop() local
81 if (cpus_stopped) in crash_smp_send_stop()
89 cpus_stopped = 1; in crash_smp_send_stop()
/linux/kernel/
H A Dpanic.c170 static int cpus_stopped; in crash_smp_send_stop() local
176 if (cpus_stopped) in crash_smp_send_stop()
185 cpus_stopped = 1; in crash_smp_send_stop()