projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2226f3d
)
rcuscale: Fix gp_async_max typo: s/reader/writer/
author
Paul E. McKenney
<paulmck@kernel.org>
Tue, 16 May 2023 15:21:17 +0000
(08:21 -0700)
committer
Paul E. McKenney
<paulmck@kernel.org>
Fri, 14 Jul 2023 22:01:49 +0000
(15:01 -0700)
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcuscale.c
patch
|
blob
|
history
diff --git
a/kernel/rcu/rcuscale.c
b/kernel/rcu/rcuscale.c
index 4277037e099603a57ed924fcbb2d991e3f10b7dc..15edd8c82933cc1e5e7ba60e3a3cacb4dfbe5626 100644
(file)
--- a/
kernel/rcu/rcuscale.c
+++ b/
kernel/rcu/rcuscale.c
@@
-84,7
+84,7
@@
MODULE_AUTHOR("Paul E. McKenney <paulmck@linux.ibm.com>");
#endif
torture_param(bool, gp_async, false, "Use asynchronous GP wait primitives");
-torture_param(int, gp_async_max, 1000, "Max # outstanding waits per
read
er");
+torture_param(int, gp_async_max, 1000, "Max # outstanding waits per
writ
er");
torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
torture_param(int, nreaders, -1, "Number of RCU reader threads");