Searched refs:poll_state_synchronize_rcu_full (Results 1 – 6 of 6) sorted by relevance
83 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
1508 if (!WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&bnode->gp_snap))) { in kvfree_rcu_bulk()1604 if (head && !WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&head_gp_snap))) in kfree_rcu_work()1682 if (!poll_state_synchronize_rcu_full(&bnode->gp_snap)) in kvfree_rcu_drain_ready()
1637 !poll_state_synchronize_rcu_full(&rs->oldstate), in rcu_sr_normal_complete()3546 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() function3560 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu_full);3609 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_full()
1152 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
596 .poll_gp_state_full = poll_state_synchronize_rcu_full,