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 void 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,
57 smp_call_func_t func, void *info, bool wait,
104 void smp_call_function(smp_call_func_t func, void *info, int wait);
106 smp_call_func_t func, void *info, bool wait);
109 smp_call_func_t func, void *info, int wait);
147 static inline void up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function()
160 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()