Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsrcutiny.h130 static inline void srcu_barrier(struct srcu_struct *ssp)
124 static inline void srcu_barrier(struct srcu_struct *ssp) srcu_barrier() function
H A Dsrcutree.h44 struct rcu_head srcu_barrier_head; /* For srcu_barrier() use. */
88 unsigned long srcu_barrier_seq; /* srcu_barrier seq #. */
121 // except call_srcu(), especially by srcu_barrier().
238 void srcu_barrier(struct srcu_struct *ssp);
/linux/kernel/rcu/
H A Dupdate.c640 srcu_barrier(&early_srcu); in rcu_verify_early_boot_tests()
H A Dsrcutree.c1720 void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function
1755 EXPORT_SYMBOL_GPL(srcu_barrier);
H A Drcuscale.c236 srcu_barrier(srcu_ctlp); in srcu_rcu_barrier()
H A Drcutorture.c876 srcu_barrier(srcu_ctlp); in srcu_torture_barrier()
/linux/Documentation/RCU/
H A Dchecklist.rst335 call_rcu_tasks_trace(). This is why there is an srcu_barrier(),
533 - call_srcu() -> srcu_barrier()
549 together with and srcu_barrier()
H A DwhatisRCU.rst1205 srcu_read_lock call_srcu srcu_barrier
/linux/block/
H A Dblk-mq.c4977 srcu_barrier(&set->tags_srcu); in blk_mq_free_tag_set()
/linux/virt/kvm/
H A Dkvm_main.c1324 srcu_barrier(&kvm->srcu); in kvm_destroy_vm()