Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c277 static inline unsigned int num_other_online_cpus(void) in num_other_online_cpus() function
303 if (num_other_online_cpus() == 0) in crash_smp_send_stop()
309 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus()); in crash_smp_send_stop()
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c993 static inline unsigned int num_other_online_cpus(void) in num_other_online_cpus() function
1004 if (num_other_online_cpus()) { in smp_send_stop()
1017 while (num_other_online_cpus() && timeout--) in smp_send_stop()
1020 if (num_other_online_cpus()) in smp_send_stop()
1047 if (num_other_online_cpus() == 0) in crash_smp_send_stop()
1053 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus()); in crash_smp_send_stop()