Searched refs:cond_synchronize_rcu_full (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Drcutiny.h61 static inline void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) function
H A Drcutree.h88 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
/linux-master/kernel/rcu/
H A Drcutorture.c562 .cond_sync_full = cond_synchronize_rcu_full,
H A Dtree.c4052 * state value can be passed to a later call to cond_synchronize_rcu_full()
4131 * state value can be passed to a later call to cond_synchronize_rcu_full()
4267 * cond_synchronize_rcu_full - Conditionally wait for an RCU grace period
4286 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) function
4291 EXPORT_SYMBOL_GPL(cond_synchronize_rcu_full); variable

Completed in 373 milliseconds