Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Drcutree.h87 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
Drcutiny.h51 static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() function
/Linux-v6.6/kernel/rcu/
Dtree.c2954 if (!WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&bnode->gp_snap))) { in kvfree_rcu_bulk()
3051 if (head && !WARN_ON_ONCE(!poll_state_synchronize_rcu_full(&head_gp_snap))) in kfree_rcu_work()
3119 if (!poll_state_synchronize_rcu_full(&bnode->gp_snap)) in kvfree_rcu_drain_ready()
3778 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() function
3792 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu_full);
3841 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_full()
Dtree_exp.h1150 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
Drcutorture.c554 .poll_gp_state_full = poll_state_synchronize_rcu_full,