Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/kernel/
Dsmp.c278 static inline unsigned int num_other_online_cpus(void) in num_other_online_cpus() function
304 if (num_other_online_cpus() == 0) in crash_smp_send_stop()
310 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus()); in crash_smp_send_stop()
/linux-6.1.9/arch/arm64/kernel/
Dsmp.c996 static inline unsigned int num_other_online_cpus(void) in num_other_online_cpus() function
1007 if (num_other_online_cpus()) { in smp_send_stop()
1020 while (num_other_online_cpus() && timeout--) in smp_send_stop()
1023 if (num_other_online_cpus()) in smp_send_stop()
1050 if (num_other_online_cpus() == 0) { in crash_smp_send_stop()
1058 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus()); in crash_smp_send_stop()