Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dcrash.c55 static int cpus_stopped; in crash_kexec_prepare_cpus() local
59 if (cpus_stopped) in crash_kexec_prepare_cpus()
78 cpus_stopped = 1; in crash_kexec_prepare_cpus()
/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()
/arch/arm64/kernel/
Dsmp.c955 static int cpus_stopped; in crash_smp_send_stop() local
963 if (cpus_stopped) in crash_smp_send_stop()
966 cpus_stopped = 1; in crash_smp_send_stop()
/arch/x86/kernel/
Dcrash.c147 static int cpus_stopped; in crash_smp_send_stop() local
149 if (cpus_stopped) in crash_smp_send_stop()
157 cpus_stopped = 1; in crash_smp_send_stop()