Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Drcutorture.c730 unsigned long oldstarttime; in rcu_torture_boost() local
747 oldstarttime = boost_starttime; in rcu_torture_boost()
748 while (ULONG_CMP_LT(jiffies, oldstarttime)) { in rcu_torture_boost()
749 schedule_timeout_interruptible(oldstarttime - jiffies); in rcu_torture_boost()
756 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost()
783 while (oldstarttime == boost_starttime && in rcu_torture_boost()