Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsmp.h17 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 int 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,
100 int smp_call_function(smp_call_func_t func, void *info, int wait);
102 smp_call_func_t func, void *info, bool wait);
105 smp_call_func_t func, void *info, int wait);
143 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function()
[all …]
/Linux-v4.19/kernel/
Dup.c37 int 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()
Dsmp.c142 smp_call_func_t func, void *info) in generic_exec_single()
238 smp_call_func_t func = csd->func; in flush_smp_call_function_queue()
268 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single()
361 smp_call_func_t func, void *info, int wait) in smp_call_function_any()
404 smp_call_func_t func, void *info, bool wait) in smp_call_function_many()
489 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function()
629 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, in on_each_cpu_mask()
673 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
/Linux-v4.19/kernel/rcu/
Dtree_exp.h387 smp_call_func_t func; in sync_rcu_exp_select_node_cpus()
473 smp_call_func_t func) in sync_rcu_exp_select_cpus()
627 smp_call_func_t func, unsigned long s) in rcu_exp_sel_wait_wake()
652 smp_call_func_t func) in _synchronize_rcu_expedited()
Dtree.h63 smp_call_func_t rew_func;
/Linux-v4.19/arch/arc/mm/
Dtlb.c459 on_each_cpu((smp_call_func_t)local_flush_tlb_all, NULL, 1); in flush_tlb_all()
464 on_each_cpu_mask(mm_cpumask(mm), (smp_call_func_t)local_flush_tlb_mm, in flush_tlb_mm()