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

/linux-master/arch/riscv/kernel/
H A Dsmp.c277 static inline unsigned int num_other_online_cpus(void) function
303 if (num_other_online_cpus() == 0)
309 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus());
/linux-master/arch/arm64/kernel/
H A Dsmp.c1071 static inline unsigned int num_other_online_cpus(void) function
1082 if (num_other_online_cpus()) {
1095 while (num_other_online_cpus() && timeout--)
1098 if (num_other_online_cpus())
1125 if (num_other_online_cpus() == 0)
1131 atomic_set(&waiting_for_crash_ipi, num_other_online_cpus());

Completed in 100 milliseconds