Searched refs:cur_gp_seq (Results 1 – 1 of 1) sorted by relevance
490 struct rcu_gp_seq cur_gp_seq; in rcu_nocb_try_bypass() local558 rcu_segcblist_nextgp(&rdp->cblist, &cur_gp_seq) && in rcu_nocb_try_bypass()559 poll_state_synchronize_rcu_full(&cur_gp_seq)) { in rcu_nocb_try_bypass()749 struct rcu_gp_seq cur_gp_seq; in nocb_gp_wait() local787 (rcu_segcblist_nextgp(&rdp->cblist, &cur_gp_seq) && in nocb_gp_wait()788 poll_state_synchronize_rcu_full(&cur_gp_seq))) { in nocb_gp_wait()799 if (rcu_segcblist_nextgp(&rdp->cblist, &cur_gp_seq)) { in nocb_gp_wait()805 if (!needwait_gp || ULONG_CMP_LT(cur_gp_seq.norm, wait_gp_seq.norm)) in nocb_gp_wait()806 wait_gp_seq.norm = cur_gp_seq.norm; in nocb_gp_wait()807 if (!needwait_gp || ULONG_CMP_LT(cur_gp_seq.exp, wait_gp_seq.exp)) in nocb_gp_wait()[all …]