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

/linux-master/kernel/rcu/
H A Drcutorture.c294 static unsigned long boost_starttime; /* jiffies of next boost test start. */ variable
295 static DEFINE_MUTEX(boost_mutex); /* protect setting boost_starttime */
1099 oldstarttime = READ_ONCE(boost_starttime);
1143 while (oldstarttime == READ_ONCE(boost_starttime) && !kthread_should_stop()) {
1145 if (oldstarttime == boost_starttime) {
1146 WRITE_ONCE(boost_starttime,
3897 boost_starttime = jiffies + test_boost_interval * HZ;

Completed in 106 milliseconds