Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/arm/kernel/
Dmachine_kexec.c103 static int cpus_stopped; in crash_smp_send_stop() local
106 if (cpus_stopped) in crash_smp_send_stop()
119 cpus_stopped = 1; in crash_smp_send_stop()
/Linux-v5.4/arch/x86/kernel/
Dcrash.c109 static int cpus_stopped; in crash_smp_send_stop() local
111 if (cpus_stopped) in crash_smp_send_stop()
119 cpus_stopped = 1; in crash_smp_send_stop()
/Linux-v5.4/kernel/
Dpanic.c98 static int cpus_stopped; in crash_smp_send_stop() local
104 if (cpus_stopped) in crash_smp_send_stop()
113 cpus_stopped = 1; in crash_smp_send_stop()
/Linux-v5.4/arch/arm64/kernel/
Dsmp.c988 static int cpus_stopped; in crash_smp_send_stop() local
996 if (cpus_stopped) in crash_smp_send_stop()
999 cpus_stopped = 1; in crash_smp_send_stop()