Lines Matching refs:smp_call_func_t
17 typedef void (*smp_call_func_t)(void *info); typedef
20 smp_call_func_t func;
32 int smp_call_function_single(int cpuid, smp_call_func_t func, void *info,
38 int on_each_cpu(smp_call_func_t func, void *info, int wait);
44 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func,
53 smp_call_func_t func, void *info, bool wait,
100 int smp_call_function(smp_call_func_t func, void *info, int wait);
102 smp_call_func_t func, void *info, bool wait);
105 smp_call_func_t func, void *info, int wait);
143 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function()
157 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()