Lines Matching defs:func
282 smp_call_func_t func = csd->func; in generic_exec_single() local
385 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() local
421 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() local
467 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single()
583 smp_call_func_t func, void *info, int wait) in smp_call_function_any()
612 smp_call_func_t func, void *info, in smp_call_function_many_cond()
713 smp_call_func_t func, void *info, bool wait) in smp_call_function_many()
734 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function()
831 void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu()
860 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, in on_each_cpu_mask()
898 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask()
915 void on_each_cpu_cond(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond()
977 int (*func)(void *); member