Searched refs:smp_call_func_t (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | smp.h | 17 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 void 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, 57 smp_call_func_t func, void *info, bool wait, 104 void smp_call_function(smp_call_func_t func, void *info, int wait); 106 smp_call_func_t func, void *info, bool wait); 109 smp_call_func_t func, void *info, int wait); [all …]
|
| /Linux-v5.4/kernel/ |
| D | up.c | 38 void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() 55 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() 72 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond_mask() 88 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
| D | smp.c | 143 smp_call_func_t func, void *info) in generic_exec_single() 239 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() 269 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() 370 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 413 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 506 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 640 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, in on_each_cpu_mask() 684 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond_mask() 718 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
| /Linux-v5.4/arch/arc/mm/ |
| D | tlb.c | 456 on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1); in flush_tlb_all() 461 on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm, in flush_tlb_mm()
|