Home
last modified time | relevance | path

Searched refs:smp_call_func_t (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dsmp.h16 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.4.14/kernel/
Dup.c36 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()
Dsmp.c145 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.4.14/arch/mn10300/kernel/
Dsmp.c68 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.4.14/arch/arc/mm/
Dtlb.c455 on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1); in flush_tlb_all()
460 on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm, in flush_tlb_mm()
/linux-4.4.14/kernel/rcu/
Dtree.c3699 smp_call_func_t func) in sync_rcu_exp_select_cpus()
/linux-4.4.14/mm/
Dpage_alloc.c2000 on_each_cpu_mask(&cpus_with_pcps, (smp_call_func_t) drain_local_pages, in drain_all_pages()