Home
last modified time | relevance | path

Searched refs:srcu_barrier (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/include/linux/
Dsrcutiny.h73 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function
Dsrcutree.h154 void srcu_barrier(struct srcu_struct *ssp);
/linux-5.19.10/Documentation/RCU/
Drcubarrier.rst91 There is also an srcu_barrier() function for SRCU, and you of course
100 2 srcu_barrier(&srcu_struct_1);
101 3 srcu_barrier(&srcu_struct_2);
199 call_srcu(), you will need to invoke srcu_barrier() before unloading,
202 srcu_barrier().
Dchecklist.rst470 - call_srcu() -> srcu_barrier()
DwhatisRCU.rst1047 srcu_read_lock call_srcu srcu_barrier
/linux-5.19.10/kernel/rcu/
Dupdate.c577 srcu_barrier(&early_srcu); in rcu_verify_early_boot_tests()
Drcuscale.c214 srcu_barrier(srcu_ctlp); in srcu_rcu_barrier()
Dsrcutree.c1411 void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function
1446 EXPORT_SYMBOL_GPL(srcu_barrier);
Drcutorture.c647 srcu_barrier(srcu_ctlp); in srcu_torture_barrier()
/linux-5.19.10/Documentation/RCU/Design/Requirements/
DRequirements.rst2568 course also prohibits srcu_barrier() from being invoked from
2598 call_srcu(), srcu_barrier(), and srcu_read_lock_held(). It