commit | e9b800db96fa40170c5607d8968b2ec6212c2026 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Mar 10 18:02:36 2021 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon May 10 16:05:05 2021 -0700 |
tree | d7806601f7e4fae681a747e98d38ac99fdf48246 | |
parent | 0092eae4cb4e4a34b728efcf9d5857ab0ac2e6f6 [diff] |
refscale: Add acqrel, lock, and lock-irq This commit adds scale_type of acqrel, lock, and lock-irq to test acquisition and release. Note that the refscale.nreaders=1 module parameter is required if you wish to test uncontended locking. In contrast, acqrel uses a per-CPU variable, so should be just fine with large values of the refscale.nreaders=1 module parameter. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>