Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dcrash.c52 static int cpus_stopped; in crash_kexec_prepare_cpus() local
56 if (cpus_stopped) in crash_kexec_prepare_cpus()
75 cpus_stopped = 1; in crash_kexec_prepare_cpus()
/Linux-v4.19/arch/arm/kernel/
Dmachine_kexec.c100 static int cpus_stopped; in crash_smp_send_stop() local
103 if (cpus_stopped) in crash_smp_send_stop()
116 cpus_stopped = 1; in crash_smp_send_stop()
/Linux-v4.19/kernel/
Dpanic.c87 static int cpus_stopped; in crash_smp_send_stop() local
93 if (cpus_stopped) in crash_smp_send_stop()
102 cpus_stopped = 1; in crash_smp_send_stop()
/Linux-v4.19/arch/x86/kernel/
Dcrash.c116 static int cpus_stopped; in crash_smp_send_stop() local
118 if (cpus_stopped) in crash_smp_send_stop()
126 cpus_stopped = 1; in crash_smp_send_stop()
/Linux-v4.19/arch/arm64/kernel/
Dsmp.c963 static int cpus_stopped; in crash_smp_send_stop() local
971 if (cpus_stopped) in crash_smp_send_stop()
974 cpus_stopped = 1; in crash_smp_send_stop()