Searched refs:rcu_barrier_func (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/Documentation/RCU/ |
D | rcubarrier.rst | 223 8 on_each_cpu(rcu_barrier_func, NULL, 0, 1); 231 6 and 7. Line 8 causes each CPU to invoke rcu_barrier_func(), which is 233 ensures that all the calls to rcu_barrier_func() will have completed 239 The rcu_barrier_func() runs on each CPU, where it invokes call_rcu() 242 1 static void rcu_barrier_func(void *notused) 273 What happens if CPU 0's rcu_barrier_func() executes 275 value one), but the other CPU's rcu_barrier_func() invocations 321 What happens if CPU 0's rcu_barrier_func() executes 323 value one), but the other CPU's rcu_barrier_func() invocations 331 rcu_barrier_func() has completed. This by itself would prevent [all …]
|
/Linux-v5.10/kernel/rcu/ |
D | tree.c | 3764 static void rcu_barrier_func(void *cpu_in) in rcu_barrier_func() function 3840 smp_call_function_single(cpu, rcu_barrier_func, (void *)cpu, 1); in rcu_barrier() 3846 rcu_barrier_func((void *)cpu); in rcu_barrier()
|