Searched refs:srcu_barrier (Results 1 – 11 of 11) sorted by relevance
67 There is also an srcu_barrier() function for SRCU, and you of course68 must match the flavor of srcu_barrier() with that of call_srcu().70 use multiple invocations of srcu_barrier() when unloading that module.76 2 srcu_barrier(&srcu_struct_1);77 3 srcu_barrier(&srcu_struct_2);179 call_srcu(), you will need to invoke srcu_barrier() before unloading,182 rcu_barrier() **and** srcu_barrier().
329 call_rcu_tasks_trace(). This is why there is an srcu_barrier(),520 - call_srcu() -> srcu_barrier()536 together with and srcu_barrier()
1122 srcu_read_lock call_srcu srcu_barrier
79 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function
204 void srcu_barrier(struct srcu_struct *ssp);
640 srcu_barrier(&early_srcu); in rcu_verify_early_boot_tests()
1599 void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function1634 EXPORT_SYMBOL_GPL(srcu_barrier);
236 srcu_barrier(srcu_ctlp); in srcu_rcu_barrier()
720 srcu_barrier(srcu_ctlp); in srcu_torture_barrier()
52 ? srcu_barrier(ssp) in __rcu_barrier()
2535 course also prohibits srcu_barrier() from being invoked from2565 call_srcu(), srcu_barrier(), and srcu_read_lock_held(). It