Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Drcutorture.c885 unsigned long oldstarttime; in rcu_torture_boost() local
912 oldstarttime = boost_starttime; in rcu_torture_boost()
913 while (time_before(jiffies, oldstarttime)) { in rcu_torture_boost()
914 schedule_timeout_interruptible(oldstarttime - jiffies); in rcu_torture_boost()
921 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost()
955 while (oldstarttime == boost_starttime && in rcu_torture_boost()