Lines Matching refs:ofl_seq
1171 if (rdp->grpmask & rcu_rnp_online_cpus(rnp) || READ_ONCE(rnp->ofl_seq) & 0x1) in rcu_lockdep_current_cpu_online()
1783 firstseq = READ_ONCE(rnp->ofl_seq); in rcu_gp_init()
1785 while (firstseq == READ_ONCE(rnp->ofl_seq)) in rcu_gp_init()
4252 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_cpu_starting()
4253 WARN_ON_ONCE(!(rnp->ofl_seq & 0x1)); in rcu_cpu_starting()
4275 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_cpu_starting()
4276 WARN_ON_ONCE(rnp->ofl_seq & 0x1); in rcu_cpu_starting()
4306 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_report_dead()
4307 WARN_ON_ONCE(!(rnp->ofl_seq & 0x1)); in rcu_report_dead()
4322 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_report_dead()
4323 WARN_ON_ONCE(rnp->ofl_seq & 0x1); in rcu_report_dead()