commit | eab128e8305f2bc4c91406031aab26d86fecced6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Apr 15 12:08:22 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 27 12:59:01 2015 -0700 |
tree | 80aec9d6b5d0d3cc999e3a3bd02cf68e211cc6cf | |
parent | 7d0ae8086b828311250c6afdf800b568ac9bd693 [diff] |
rcu: Modulate grace-period slow init to normalize delay Currently, the larger the gp_init_delay boot parameter, the slower rcutorture will sequence through grace periods. This commit avoids this issue by decreasing the probability of slowing initialization of a given grace period as the degree of slowness increases. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>