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()
1781 firstseq = READ_ONCE(rnp->ofl_seq); in rcu_gp_init()
1783 while (firstseq == READ_ONCE(rnp->ofl_seq)) in rcu_gp_init()
4249 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_cpu_starting()
4250 WARN_ON_ONCE(!(rnp->ofl_seq & 0x1)); in rcu_cpu_starting()
4273 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_cpu_starting()
4274 WARN_ON_ONCE(rnp->ofl_seq & 0x1); in rcu_cpu_starting()
4302 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_report_dead()
4303 WARN_ON_ONCE(!(rnp->ofl_seq & 0x1)); in rcu_report_dead()
4318 WRITE_ONCE(rnp->ofl_seq, rnp->ofl_seq + 1); in rcu_report_dead()
4319 WARN_ON_ONCE(rnp->ofl_seq & 0x1); in rcu_report_dead()