Searched refs:smp_call_func_t (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | smp.h | 16 typedef void (*smp_call_func_t)(void *info); typedef 19 smp_call_func_t func; 27 int smp_call_function_single(int cpuid, smp_call_func_t func, void *info, 33 int on_each_cpu(smp_call_func_t func, void *info, int wait); 39 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, 48 smp_call_func_t func, void *info, bool wait, 95 int smp_call_function(smp_call_func_t func, void *info, int wait); 97 smp_call_func_t func, void *info, bool wait); 100 smp_call_func_t func, void *info, int wait); 131 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function() [all …]
|
/linux-4.1.27/kernel/ |
D | up.c | 36 int on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() 54 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() 71 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
D | smp.c | 145 smp_call_func_t func, void *info) in generic_exec_single() 241 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() 271 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() 362 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 405 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 488 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 622 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, in on_each_cpu_mask() 666 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | smp.c | 68 smp_call_func_t func; 390 int smp_nmi_call_function(smp_call_func_t func, void *info, int wait) in smp_nmi_call_function() 531 smp_call_func_t func = nmi_call_data->func; in smp_nmi_call_function_interrupt() 1068 smp_call_func_t func, void *info, in hotplug_cpu_nmi_call_function()
|
/linux-4.1.27/arch/arc/mm/ |
D | tlb.c | 397 on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1); in flush_tlb_all() 402 on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm, in flush_tlb_mm()
|
/linux-4.1.27/mm/ |
D | page_alloc.c | 1519 on_each_cpu_mask(&cpus_with_pcps, (smp_call_func_t) drain_local_pages, in drain_all_pages()
|