Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Drcutorture.c801 unsigned long oldstarttime; in rcu_torture_boost() local
833 oldstarttime = boost_starttime; in rcu_torture_boost()
834 while (ULONG_CMP_LT(jiffies, oldstarttime)) { in rcu_torture_boost()
835 schedule_timeout_interruptible(oldstarttime - jiffies); in rcu_torture_boost()
842 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost()
876 while (oldstarttime == boost_starttime && in rcu_torture_boost()