Home
last modified time | relevance | path

Searched refs:cond_func (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/
Dup.c72 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()
Dsmp.c613 bool wait, smp_cond_func_t cond_func) in smp_call_function_many_cond() argument
651 if (!cond_func || cond_func(cpu, info)) in smp_call_function_many_cond()
669 if (cond_func && !cond_func(cpu, info)) in smp_call_function_many_cond()
898 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument
903 smp_call_function_many_cond(mask, func, info, wait, cond_func); in on_each_cpu_cond_mask()
904 if (cpumask_test_cpu(cpu, mask) && cond_func(cpu, info)) { in on_each_cpu_cond_mask()
915 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond() argument
918 on_each_cpu_cond_mask(cond_func, func, info, wait, cpu_online_mask); in on_each_cpu_cond()
/kernel/linux/linux-5.10/include/linux/
Dsmp.h71 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,