commit | da601c63fd3a3e6c30f85eefd5ee46397b5b439d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Feb 26 12:14:51 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 13 17:03:01 2014 -0700 |
tree | d822406631e006e403310c60436c9b0e751f0d83 | |
parent | 2f66dbc1e89c0eabd625c584f9b9602be58d1571 [diff] |
torture: Intensify locking test The current lock_torture_writer() spends too much time sleeping and not enough time hammering locks, as in an eight-CPU test will often only be utilizing a CPU or two. This commit therefore makes lock_torture_writer() sleep less and hammer more. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>