Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drcutorture.c1425 int statesnew = ~*readstate & newstate; in rcutorture_one_extend() local
1433 if (statesnew & RCUTORTURE_RDR_BH) in rcutorture_one_extend()
1435 if (statesnew & RCUTORTURE_RDR_IRQ) in rcutorture_one_extend()
1437 if (statesnew & RCUTORTURE_RDR_PREEMPT) in rcutorture_one_extend()
1439 if (statesnew & RCUTORTURE_RDR_RBH) in rcutorture_one_extend()
1441 if (statesnew & RCUTORTURE_RDR_SCHED) in rcutorture_one_extend()
1443 if (statesnew & RCUTORTURE_RDR_RCU) in rcutorture_one_extend()
1458 bool lockit = !statesnew && !(torture_random(trsp) & 0xffff); in rcutorture_one_extend()
1468 if ((statesnew || statesold) && *readstate && newstate) in rcutorture_one_extend()