Searched refs:cond_func (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | up.c | 43 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument 49 if ((!cond_func || cond_func(0, info)) && cpumask_test_cpu(0, mask)) { in on_each_cpu_cond_mask()
|
D | smp.c | 867 smp_cond_func_t cond_func) in smp_call_function_many_cond() argument 917 if (cond_func && !cond_func(cpu, info)) in smp_call_function_many_cond() 956 if (run_local && (!cond_func || cond_func(this_cpu, info))) { in smp_call_function_many_cond() 1126 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument 1135 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()
|