commit | 4a3b427f0b27c7e15edfa607524ff012a155337a | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@stgolabs.net> | Thu Sep 11 21:41:30 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Sep 16 13:41:36 2014 -0700 |
tree | 7277b03eb68e8d552c6698ff186c4a5d2c0aa687 | |
parent | 4f6332c1dce9c64ef6bf93842067250dd850e482 [diff] |
locktorture: Support rwsems We can easily do so with our new reader lock support. Just an arbitrary design default: readers have higher (5x) critical region latencies than writers: 50 ms and 10 ms, respectively. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>