Searched refs:scf_flags (Results 1 – 1 of 1) sorted by relevance
866 unsigned int scf_flags, in smp_call_function_many_cond() argument871 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond()897 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()1129 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask() local1132 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask()1135 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()