Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kernel/
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-6.12.1/arch/arm/kernel/
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-6.12.1/arch/loongarch/kernel/
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-6.12.1/arch/riscv/kernel/
Dsmp.c290 static int cpus_stopped; in crash_smp_send_stop() local
298 if (cpus_stopped) in crash_smp_send_stop()
301 cpus_stopped = 1; in crash_smp_send_stop()
/linux-6.12.1/arch/x86/kernel/
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-6.12.1/kernel/
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()