Home
last modified time | relevance | path

Searched refs:idxnew (Results 1 – 1 of 1) sorted by relevance

/kernel/rcu/
Drcutorture.c1146 int idxnew = -1; in rcutorture_one_extend() local
1167 idxnew = cur_ops->readlock() << RCUTORTURE_RDR_SHIFT; in rcutorture_one_extend()
1188 if (idxnew == -1) in rcutorture_one_extend()
1189 idxnew = idxold & ~RCUTORTURE_RDR_MASK; in rcutorture_one_extend()
1190 WARN_ON_ONCE(idxnew < 0); in rcutorture_one_extend()
1191 WARN_ON_ONCE((idxnew >> RCUTORTURE_RDR_SHIFT) > 1); in rcutorture_one_extend()
1192 *readstate = idxnew | newstate; in rcutorture_one_extend()