Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcutiny.h56 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
63 cond_synchronize_rcu(rgosp->rgos_norm); in cond_synchronize_rcu_full()
78 cond_synchronize_rcu(oldstate); in cond_synchronize_rcu_expedited()
H A Drcutree.h87 void cond_synchronize_rcu(unsigned long oldstate);
/linux/kernel/
H A Dtracepoint.c58 cond_synchronize_rcu(snapshot->rcu); in tp_rcu_cond_sync()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1376 get_state_synchronize_rcu() and cond_synchronize_rcu() functions
1396 16 cond_synchronize_rcu(s);
1405 cond_synchronize_rcu() has appeared quite recently, so it is too
/linux/kernel/events/
H A Dcore.c6314 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()