Home
last modified time | relevance | path

Searched refs:cpus_stopped (Results 1 – 6 of 6) 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/arm/kernel/
H A Dmachine_kexec.c102 static int cpus_stopped; in crash_smp_send_stop() local
107 if (cpus_stopped) in crash_smp_send_stop()
127 cpus_stopped = 1; in crash_smp_send_stop()
/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c184 static int cpus_stopped; in crash_smp_send_stop() local
190 if (cpus_stopped) in crash_smp_send_stop()
193 cpus_stopped = 1; in crash_smp_send_stop()
/linux/arch/riscv/kernel/
H A Dsmp.c293 static int cpus_stopped; in crash_smp_send_stop() local
301 if (cpus_stopped) in crash_smp_send_stop()
304 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.c287 static int cpus_stopped; in crash_smp_send_stop() local
293 if (cpus_stopped) in crash_smp_send_stop()
302 cpus_stopped = 1; in crash_smp_send_stop()