Searched refs:rcu_seq_done (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 475 rcu_seq_done(&rdp->mynode->gp_seq, cur_gp_seq)) { in rcu_nocb_try_bypass() 711 rcu_seq_done(&rnp->gp_seq, cur_gp_seq))) { in nocb_gp_wait() 785 rcu_seq_done(&rnp->gp_seq, wait_gp_seq) || in nocb_gp_wait() 899 rcu_seq_done(&rnp->gp_seq, cur_gp_seq) && in nocb_cb_wait()
|
| H A D | srcutree.c | 1031 if (WARN_ON_ONCE(rcu_seq_done(&ssp->srcu_sup->srcu_gp_seq, s)) || in srcu_funnel_exp_start() 1082 if (WARN_ON_ONCE(rcu_seq_done(&sup->srcu_gp_seq, s)) && snp != snp_leaf) in srcu_funnel_gp_start() 1120 if (!WARN_ON_ONCE(rcu_seq_done(&sup->srcu_gp_seq, s)) && in srcu_funnel_gp_start() 1704 if (rcu_seq_done(&ssp->srcu_sup->srcu_barrier_seq, s)) { in srcu_barrier()
|
| H A D | rcu.h | 154 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() function
|
| H A D | tasks.h | 427 if (rcu_seq_done(&rtp->barrier_q_seq, s)) { in rcu_barrier_tasks_generic()
|
| H A D | tree.c | 3831 if (rcu_seq_done(&rcu_state.barrier_sequence, s)) { in rcu_barrier() 3943 if (rcu_seq_done(&rcu_state.barrier_sequence, s)) {
|