Searched refs:poll_state_synchronize_rcu_full (Results 1 – 5 of 5) sorted by relevance
87 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
3016 if (!WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&bnode->gp_snap))) { in kvfree_rcu_bulk()3113 if (head && !WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&head_gp_snap))) in kfree_rcu_work()3181 if (!poll_state_synchronize_rcu_full(&bnode->gp_snap)) in kvfree_rcu_drain_ready()3848 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() function3862 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu_full);3911 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_full()
1162 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
554 .poll_gp_state_full = poll_state_synchronize_rcu_full,