Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsmp.h17 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()
[all …]