Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Drcutorture.c1786 int statesnew = ~*readstate & newstate; in rcutorture_one_extend() local
1794 if (statesnew & RCUTORTURE_RDR_BH) in rcutorture_one_extend()
1796 if (statesnew & RCUTORTURE_RDR_RBH) in rcutorture_one_extend()
1798 if (statesnew & RCUTORTURE_RDR_IRQ) in rcutorture_one_extend()
1800 if (statesnew & RCUTORTURE_RDR_PREEMPT) in rcutorture_one_extend()
1802 if (statesnew & RCUTORTURE_RDR_SCHED) in rcutorture_one_extend()
1804 if (statesnew & RCUTORTURE_RDR_RCU_1) in rcutorture_one_extend()
1806 if (statesnew & RCUTORTURE_RDR_RCU_2) in rcutorture_one_extend()
1834 lockit = !cur_ops->no_pi_lock && !statesnew && !(torture_random(trsp) & 0xffff); in rcutorture_one_extend()
1845 if ((statesnew || statesold) && *readstate && newstate) in rcutorture_one_extend()