Searched refs:cond_func (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/ |
H A 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()
|
H A D | smp.c | 759 smp_cond_func_t cond_func) in smp_call_function_many_cond() argument 808 if (cond_func && !cond_func(cpu, info)) { in smp_call_function_many_cond() 842 if (run_local && (!cond_func || cond_func(this_cpu, info))) { in smp_call_function_many_cond() 1014 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() argument 1023 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()
|
/openbmc/linux/include/linux/ |
H A D | smp.h | 53 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, 102 static inline void on_each_cpu_cond(smp_cond_func_t cond_func, in on_each_cpu_cond() argument 105 on_each_cpu_cond_mask(cond_func, func, info, wait, cpu_online_mask); in on_each_cpu_cond()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_selftest.c | 306 mlx5e_st_func cond_func; member 332 if (st.cond_func && st.cond_func(priv)) in mlx5e_self_test() 359 if (st.cond_func && st.cond_func(priv)) in mlx5e_self_test_fill_strings()
|