Home
last modified time | relevance | path

Searched refs:cond_synchronize_rcu (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Drcutree.h79 void cond_synchronize_rcu(unsigned long oldstate);
Drcutiny.h44 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
/Linux-v4.19/kernel/rcu/
Dtree.c3214 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3221 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
Drcutorture.c427 .cond_sync = cond_synchronize_rcu,
/Linux-v4.19/kernel/events/
Dcore.c5336 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()