Skip to content

Commit 2d7b2b3

Browse files
committed
rcuscale: Add kfree_by_call_rcu and kfree_mult to documentation
This commit adds the kfree_by_call_rcu and kfree_mult rcuscale module parameters to kernel-parameters.txt. While in the area, it updates to rcuscale.scale_type. Signed-off-by: Paul E. McKenney <[email protected]> Cc: Uladzislau Rezki (Sony) <[email protected]>
1 parent 5f8e320 commit 2d7b2b3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4928,6 +4928,15 @@
49284928
test until boot completes in order to avoid
49294929
interference.
49304930

4931+
rcuscale.kfree_by_call_rcu= [KNL]
4932+
In kernels built with CONFIG_RCU_LAZY=y, test
4933+
call_rcu() instead of kfree_rcu().
4934+
4935+
rcuscale.kfree_mult= [KNL]
4936+
Instead of allocating an object of size kfree_obj,
4937+
allocate one of kfree_mult * sizeof(kfree_obj).
4938+
Defaults to 1.
4939+
49314940
rcuscale.kfree_rcu_test= [KNL]
49324941
Set to measure performance of kfree_rcu() flooding.
49334942

@@ -4973,7 +4982,7 @@
49734982
the same as for rcuscale.nreaders.
49744983
N, where N is the number of CPUs
49754984

4976-
rcuscale.perf_type= [KNL]
4985+
rcuscale.scale_type= [KNL]
49774986
Specify the RCU implementation to test.
49784987

49794988
rcuscale.shutdown= [KNL]

0 commit comments

Comments
 (0)