Searched refs:smp_call_func_t (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/linux/ |
| 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() 150 void smp_call_function(smp_call_func_t func, void *info, int wait); 152 smp_call_func_t func, void *info, bool wait); 155 smp_call_func_t func, void *info, int wait); [all …]
|
| /Linux-v5.15/kernel/ |
| D | smp.c | 182 static DEFINE_PER_CPU(smp_call_func_t, cur_csd_func); 507 smp_call_func_t func = csd->func; in generic_exec_single() 618 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() 658 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() 709 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() 827 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 865 smp_call_func_t func, void *info, in smp_call_function_many_cond() 991 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 1012 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 1126 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask()
|
| D | up.c | 43 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask()
|
| /Linux-v5.15/arch/arc/mm/ |
| D | tlb.c | 333 on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1); in flush_tlb_all() 338 on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm, in flush_tlb_mm()
|
| /Linux-v5.15/arch/arm64/kernel/ |
| D | topology.c | 320 int counters_read_on_cpu(int cpu, smp_call_func_t func, u64 *val) in counters_read_on_cpu()
|
| /Linux-v5.15/kernel/sched/ |
| D | membarrier.c | 313 smp_call_func_t ipi_func = ipi_mb; in membarrier_private_expedited()
|
| /Linux-v5.15/drivers/firmware/ |
| D | arm_sdei.c | 87 static inline int sdei_do_local_call(smp_call_func_t fn, in sdei_do_local_call() 98 static inline int sdei_do_cross_call(smp_call_func_t fn, in sdei_do_cross_call()
|