Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Drcutorture.c1231 int statesnew = ~*readstate & newstate; in rcutorture_one_extend() local
1239 if (statesnew & RCUTORTURE_RDR_BH) in rcutorture_one_extend()
1241 if (statesnew & RCUTORTURE_RDR_IRQ) in rcutorture_one_extend()
1243 if (statesnew & RCUTORTURE_RDR_PREEMPT) in rcutorture_one_extend()
1245 if (statesnew & RCUTORTURE_RDR_RBH) in rcutorture_one_extend()
1247 if (statesnew & RCUTORTURE_RDR_SCHED) in rcutorture_one_extend()
1249 if (statesnew & RCUTORTURE_RDR_RCU) in rcutorture_one_extend()
1264 bool lockit = !statesnew && !(torture_random(trsp) & 0xffff); in rcutorture_one_extend()
1274 if ((statesnew || statesold) && *readstate && newstate) in rcutorture_one_extend()