mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 15:53:59 -04:00
Some RCU bugs have been sensitive to the frequency of CPU-hotplug operations, which have been gradually increased over time. But this frequency is now at the one-second lower limit that can be specified using the rcutorture.onoff_interval kernel parameter. This commit therefore changes the units of rcutorture.onoff_interval from seconds to jiffies, and also sets the value specified for this kernel parameter in the TREE03 rcutorture scenario to 200, which is 200 milliseconds for HZ=1000. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
6 lines
160 B
Clojure
6 lines
160 B
Clojure
rcutorture.onoff_interval=200 rcutorture.onoff_holdoff=30
|
|
rcutree.gp_preinit_delay=12
|
|
rcutree.gp_init_delay=3
|
|
rcutree.gp_cleanup_delay=3
|
|
rcutree.kthread_prio=2
|