Home
last modified time | relevance | path

Searched refs:num_other_online_cpus (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/arm64/kernel/
Dsmp.c1136 static inline unsigned int num_other_online_cpus(void) in num_other_online_cpus() function
1153 if (num_other_online_cpus() == 0) in smp_send_stop()
1192 while (num_other_online_cpus() && timeout--) in smp_send_stop()
1199 if (num_other_online_cpus() && ipi_should_be_nmi(IPI_CPU_STOP_NMI)) { in smp_send_stop()
1209 while (num_other_online_cpus() && timeout--) in smp_send_stop()
1213 if (num_other_online_cpus()) { in smp_send_stop()
1247 return num_other_online_cpus() != 0; in smp_crash_stop_failed()
/linux-6.12.1/arch/riscv/kernel/
Dsmp.c281 static inline unsigned int num_other_online_cpus(void) in num_other_online_cpus() function
307 if (num_other_online_cpus() == 0) in crash_smp_send_stop()
313 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus()); in crash_smp_send_stop()