Searched refs:cond_func (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/kernel/ |
D | up.c | 72 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument 78 if (cond_func(0, info)) { in on_each_cpu_cond_mask() 87 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond() argument 90 on_each_cpu_cond_mask(cond_func, func, info, wait, NULL); in on_each_cpu_cond()
|
D | smp.c | 609 bool wait, smp_cond_func_t cond_func) in smp_call_function_many_cond() argument 647 if (!cond_func || cond_func(cpu, info)) in smp_call_function_many_cond() 665 if (cond_func && !cond_func(cpu, info)) in smp_call_function_many_cond() 894 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument 899 smp_call_function_many_cond(mask, func, info, wait, cond_func); in on_each_cpu_cond_mask() 900 if (cpumask_test_cpu(cpu, mask) && cond_func(cpu, info)) { in on_each_cpu_cond_mask() 911 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond() argument 914 on_each_cpu_cond_mask(cond_func, func, info, wait, cpu_online_mask); in on_each_cpu_cond()
|
/Linux-v5.10/include/linux/ |
D | smp.h | 71 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, 74 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func,
|