smp_call_func_t   456 arch/arc/mm/tlb.c 	on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1);
smp_call_func_t   461 arch/arc/mm/tlb.c 	on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm,
smp_call_func_t    17 include/linux/smp.h typedef void (*smp_call_func_t)(void *info);
smp_call_func_t    20 include/linux/smp.h 	smp_call_func_t func;
smp_call_func_t    32 include/linux/smp.h int smp_call_function_single(int cpuid, smp_call_func_t func, void *info,
smp_call_func_t    38 include/linux/smp.h void on_each_cpu(smp_call_func_t func, void *info, int wait);
smp_call_func_t    44 include/linux/smp.h void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func,
smp_call_func_t    53 include/linux/smp.h 		smp_call_func_t func, void *info, bool wait,
smp_call_func_t    57 include/linux/smp.h 		smp_call_func_t func, void *info, bool wait,
smp_call_func_t   104 include/linux/smp.h void smp_call_function(smp_call_func_t func, void *info, int wait);
smp_call_func_t   106 include/linux/smp.h 			    smp_call_func_t func, void *info, bool wait);
smp_call_func_t   109 include/linux/smp.h 			  smp_call_func_t func, void *info, int wait);
smp_call_func_t   147 include/linux/smp.h static inline void up_smp_call_function(smp_call_func_t func, void *info)
smp_call_func_t   160 include/linux/smp.h smp_call_function_any(const struct cpumask *mask, smp_call_func_t func,
smp_call_func_t   143 kernel/smp.c   			       smp_call_func_t func, void *info)
smp_call_func_t   239 kernel/smp.c   		smp_call_func_t func = csd->func;
smp_call_func_t   269 kernel/smp.c   int smp_call_function_single(int cpu, smp_call_func_t func, void *info,
smp_call_func_t   370 kernel/smp.c   			  smp_call_func_t func, void *info, int wait)
smp_call_func_t   413 kernel/smp.c   			    smp_call_func_t func, void *info, bool wait)
smp_call_func_t   506 kernel/smp.c   void smp_call_function(smp_call_func_t func, void *info, int wait)
smp_call_func_t   640 kernel/smp.c   void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func,
smp_call_func_t   684 kernel/smp.c   			smp_call_func_t func, void *info, bool wait,
smp_call_func_t   718 kernel/smp.c   			smp_call_func_t func, void *info, bool wait,
smp_call_func_t    38 kernel/up.c    void on_each_cpu(smp_call_func_t func, void *info, int wait)
smp_call_func_t    55 kernel/up.c    		      smp_call_func_t func, void *info, bool wait)
smp_call_func_t    72 kernel/up.c    			   smp_call_func_t func, void *info, bool wait,
smp_call_func_t    88 kernel/up.c    		      smp_call_func_t func, void *info, bool wait,