Lines Matching refs:wait
739 int wait) in smp_call_function_single() argument
772 if (!wait) { in smp_call_function_single()
786 if (wait) in smp_call_function_single()
856 smp_call_func_t func, void *info, int wait) in smp_call_function_any() argument
878 ret = smp_call_function_single(cpu, func, info, wait); in smp_call_function_any()
900 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond() local
950 if (wait) in smp_call_function_many_cond()
993 if (run_remote && wait) { in smp_call_function_many_cond()
1020 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() argument
1022 smp_call_function_many_cond(mask, func, info, wait * SCF_WAIT, NULL); in smp_call_function_many()
1041 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() argument
1044 smp_call_function_many(cpu_online_mask, func, info, wait); in smp_call_function()
1158 void *info, bool wait, const struct cpumask *mask) in on_each_cpu_cond_mask() argument
1162 if (wait) in on_each_cpu_cond_mask()