Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsrcutiny.h134 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function
H A Dsrcutree.h239 void srcu_barrier(struct srcu_struct *ssp);
/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/kernel/rcu/
H A Dsrcutree.c1696 void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() function
1731 EXPORT_SYMBOL_GPL(srcu_barrier);
/linux/block/
H A Dblk-mq.c5008 srcu_barrier(&set->tags_srcu); in blk_mq_free_tag_set()
/linux/virt/kvm/
H A Dkvm_main.c1301 srcu_barrier(&kvm->srcu); in kvm_destroy_vm()