Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Drcutree.h94 extern long rcu_batches_completed_bh(void);
Drcutiny.h141 static inline long rcu_batches_completed_bh(void) in rcu_batches_completed_bh() function
/linux-3.4.99/kernel/
Drcutree.c234 long rcu_batches_completed_bh(void) in rcu_batches_completed_bh() function
238 EXPORT_SYMBOL_GPL(rcu_batches_completed_bh);
Drcutorture.c505 return rcu_batches_completed_bh(); in rcu_bh_torture_completed()