Searched refs:smp_call_func_t (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
A D | smp.h | 17 typedef void (*smp_call_func_t)(void *info); typedef 25 smp_call_func_t func; 50 int smp_call_function_single(int cpuid, smp_call_func_t func, void *info, 53 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, 69 static inline void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() 91 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() 103 smp_call_func_t func, void *info, bool wait) in on_each_cpu_cond() 162 void smp_call_function(smp_call_func_t func, void *info, int wait); 164 smp_call_func_t func, void *info, bool wait); 167 smp_call_func_t func, void *info, int wait); [all …]
|
/include/trace/events/ |
A D | csd.h | 14 smp_call_func_t func, 42 TP_PROTO(smp_call_func_t func, call_single_data_t *csd), 60 TP_PROTO(smp_call_func_t func, call_single_data_t *csd), 65 TP_PROTO(smp_call_func_t func, call_single_data_t *csd),
|
Completed in 10 milliseconds