Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drcutree.h80 void cond_synchronize_rcu(unsigned long oldstate);
Drcutiny.h35 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
/linux-4.1.27/kernel/rcu/
Drcutorture.c382 .cond_sync = cond_synchronize_rcu,
Dtree.c3207 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3219 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
/linux-4.1.27/kernel/events/
Dcore.c4379 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()