Searched refs:scf_flags (Results 1 – 1 of 1) sorted by relevance
895 unsigned int scf_flags, in smp_call_function_many_cond() argument900 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond()926 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()1160 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask() local1163 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask()1166 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()