commit | a7933665e0e3fad60118e141db9709d2cc1f42ed | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Mar 10 18:02:36 2021 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Mar 10 18:02:36 2021 -0800 |
tree | 2fe8bcc6b74498fd41cbed515e309e4b8eeca6ee | |
parent | 7fbd8302cf0b1a49696bfb654d0c00d12180c139 [diff] |
refscale: Add locking, both irqsave and otherwise This commit adds scale_type of lock and lock-irq to test exclusive-locking acquisition and release. Note that the refscale.nreaders=1 module parameter is required if you wish to test uncontended locking. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>