commit | 67abb96cbf307e16e3c6d1a0328ece085b5ce94c | [log] [tgz] |
---|---|---|
author | Byungchul Park <byungchul.park@lge.com> | Fri Jun 01 11:03:09 2018 +0900 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 12 15:39:22 2018 -0700 |
tree | cf725675a2ccd119245cf818fb01f634cf90fcc8 | |
parent | 47199a0812535217c29933cecf468568bb37f933 [diff] |
rcu: Check the range of jiffies_till_{first,next}_fqs when setting them Currently, the range of jiffies_till_{first,next}_fqs are checked and adjusted on and on in the loop of rcu_gp_kthread on runtime. However, it's enough to check them only when setting them, not every time in the loop. So make them handled on a setting time via sysfs. Signed-off-by: Byungchul Park <byungchul.park@lge.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>