Searched refs:trs_old (Results 1 – 1 of 1) sorted by relevance
1439 union rcu_special trs_old = READ_ONCE(t->trc_reader_special); in rcu_trc_cmpxchg_need_qs() local1440 union rcu_special trs_new = trs_old; in rcu_trc_cmpxchg_need_qs()1442 if (trs_old.b.need_qs != old) in rcu_trc_cmpxchg_need_qs()1443 return trs_old.b.need_qs; in rcu_trc_cmpxchg_need_qs()1445 ret.s = cmpxchg(&t->trc_reader_special.s, trs_old.s, trs_new.s); in rcu_trc_cmpxchg_need_qs()