Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c292 static unsigned long boost_starttime; /* jiffies of next boost test start. */ variable
1082 oldstarttime = READ_ONCE(boost_starttime); in rcu_torture_boost()
1126 while (oldstarttime == READ_ONCE(boost_starttime) && !kthread_should_stop()) { in rcu_torture_boost()
1128 if (oldstarttime == boost_starttime) { in rcu_torture_boost()
1129 WRITE_ONCE(boost_starttime, in rcu_torture_boost()
3608 boost_starttime = jiffies + test_boost_interval * HZ; in rcu_torture_init()