Lines Matching defs:func
281 smp_call_func_t func = csd->func; in generic_exec_single() local
384 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() local
420 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() local
463 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single()
579 smp_call_func_t func, void *info, int wait) in smp_call_function_any()
608 smp_call_func_t func, void *info, in smp_call_function_many_cond()
709 smp_call_func_t func, void *info, bool wait) in smp_call_function_many()
730 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function()
827 void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu()
856 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, in on_each_cpu_mask()
894 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask()
911 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond()
972 int (*func)(void *); member