Lines Matching refs:wait
637 int wait) in smp_call_function_single() argument
672 if (!wait) { in smp_call_function_single()
686 if (wait) in smp_call_function_single()
755 smp_call_func_t func, void *info, int wait) in smp_call_function_any() argument
765 ret = smp_call_function_single(cpu, func, info, wait); in smp_call_function_any()
787 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond() local
830 if (wait) in smp_call_function_many_cond()
872 if (run_remote && wait) { in smp_call_function_many_cond()
899 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() argument
901 smp_call_function_many_cond(mask, func, info, wait * SCF_WAIT, NULL); in smp_call_function_many()
920 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() argument
923 smp_call_function_many(cpu_online_mask, func, info, wait); in smp_call_function()
1036 void *info, bool wait, const struct cpumask *mask) in on_each_cpu_cond_mask() argument
1040 if (wait) in on_each_cpu_cond_mask()