Searched refs:smp_call_func_t (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/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() 156 void smp_call_function(smp_call_func_t func, void *info, int wait); 158 smp_call_func_t func, void *info, bool wait); 161 smp_call_func_t func, void *info, int wait); [all …]
|
/linux-6.6.21/include/trace/events/ |
D | csd.h | 14 smp_call_func_t func, 42 TP_PROTO(smp_call_func_t func, struct __call_single_data *csd), 60 TP_PROTO(smp_call_func_t func, struct __call_single_data *csd), 65 TP_PROTO(smp_call_func_t func, struct __call_single_data *csd),
|
/linux-6.6.21/kernel/ |
D | smp.c | 130 csd_do_func(smp_call_func_t func, void *info, struct __call_single_data *csd) in csd_do_func() 168 static DEFINE_PER_CPU(smp_call_func_t, cur_csd_func); 360 smp_call_func_t func; in __smp_call_single_queue() 393 smp_call_func_t func = csd->func; in generic_exec_single() 501 smp_call_func_t func = csd->func; in __flush_smp_call_function_queue() 537 smp_call_func_t func = csd->func; in __flush_smp_call_function_queue() 601 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() 719 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 757 smp_call_func_t func, void *info, in smp_call_function_many_cond() 877 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() [all …]
|
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-6.6.21/arch/arc/mm/ |
D | tlb.c | 335 on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1); in flush_tlb_all() 340 on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm, in flush_tlb_mm()
|
/linux-6.6.21/arch/arm64/kernel/ |
D | topology.c | 281 int counters_read_on_cpu(int cpu, smp_call_func_t func, u64 *val) in counters_read_on_cpu()
|
/linux-6.6.21/arch/mips/mm/ |
D | c-octeon.c | 90 smp_call_function_many(&mask, (smp_call_func_t)octeon_local_flush_icache, in octeon_flush_icache_all_cores()
|
/linux-6.6.21/kernel/sched/ |
D | membarrier.c | 318 smp_call_func_t ipi_func = ipi_mb; in membarrier_private_expedited()
|
/linux-6.6.21/drivers/firmware/ |
D | arm_sdei.c | 89 static inline int sdei_do_local_call(smp_call_func_t fn, in sdei_do_local_call() 100 static inline int sdei_do_cross_call(smp_call_func_t fn, in sdei_do_cross_call()
|