Home
last modified time | relevance | path

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

/linux/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) in poll_state_synchronize_rcu_full() function
/linux/kernel/rcu/
H A Dtree.c3377 if (!WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&bnode->gp_snap))) { in kvfree_rcu_bulk()
3474 if (head && !WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&head_gp_snap))) in kfree_rcu_work()
3552 if (!poll_state_synchronize_rcu_full(&bnode->gp_snap)) in kvfree_rcu_drain_ready()
4337 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() function
4351 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu_full);
4400 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_full()
H A Dtree_exp.h1130 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
H A Drcutorture.c565 .poll_gp_state_full = poll_state_synchronize_rcu_full,