Searched refs:ofl_seq (Results 1 – 2 of 2) sorted by relevance
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()[all …]
59 unsigned long ofl_seq; /* CPU-hotplug operation sequence count. */ member
Completed in 751 milliseconds