Searched refs:poll_state_synchronize_rcu_full (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Drcutree.h86 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
H A Drcutiny.h51 static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) function
/linux-master/kernel/rcu/
H A Dtree_exp.h1033 * or poll_state_synchronize_rcu_full() to determine whether or not a
1094 if (!poll_state_synchronize_rcu_full(rgosp))
H A Dtree.c1765 smp_mb(); // Order against failing poll_state_synchronize_rcu_full().
3025 if (!WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&bnode->gp_snap))) {
3122 if (head && !WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&head_gp_snap)))
3190 if (!poll_state_synchronize_rcu_full(&bnode->gp_snap))
3644 * like poll_state_synchronize_rcu_full() as a cookie whose grace period
3678 * or poll_state_synchronize_rcu_full() to determine whether or not a
3757 * or poll_state_synchronize_rcu_full() to determine whether or not a
3818 * poll_state_synchronize_rcu_full - Has the specified RCU grace period completed?
3847 * cause a subsequent poll_state_synchronize_rcu_full() to return @true,
3850 bool poll_state_synchronize_rcu_full(struc function
3864 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu_full); variable
[all...]
H A Drcutorture.c555 .poll_gp_state_full = poll_state_synchronize_rcu_full,

Completed in 143 milliseconds