Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c1066 unsigned long oldstarttime; in rcu_torture_boost() local
1082 oldstarttime = READ_ONCE(boost_starttime); in rcu_torture_boost()
1083 while (time_before(jiffies, oldstarttime)) { in rcu_torture_boost()
1084 schedule_timeout_interruptible(oldstarttime - jiffies); in rcu_torture_boost()
1092 endtime = oldstarttime + test_boost_duration * HZ; 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()