Home
last modified time | relevance | path

Searched refs:srcu_batches_completed (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/rcu/
H A Drcu.h639 static inline unsigned long srcu_batches_completed(struct srcu_struct *sp) { return 0; } in srcu_batches_completed() function
641 unsigned long srcu_batches_completed(struct srcu_struct *sp);
H A Dsrcutree.c1686 unsigned long srcu_batches_completed(struct srcu_struct *ssp) in srcu_batches_completed() function
1690 EXPORT_SYMBOL_GPL(srcu_batches_completed);
H A Drcuscale.c226 return srcu_batches_completed(srcu_ctlp); in srcu_scale_completed()
H A Drcutorture.c759 return srcu_batches_completed(srcu_ctlp); in srcu_torture_completed()