Searched refs:poll_state_synchronize_rcu_full (Results 1 – 5 of 5) sorted by relevance
86 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
51 static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() function
3377 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() function4351 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu_full);4400 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_full()
1130 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
565 .poll_gp_state_full = poll_state_synchronize_rcu_full,