Skip to content

Commit cae7f63

Browse files
paulmckrcuurezki
authored andcommitted
rcutorture: Add documentation for recent conditional and polled APIs
This commit adds kernel-parameters.txt documentation for rcutorture's (relatively) new gp_cond_exp, gp_cond_full, gp_cond_exp, gp_poll, gp_poll_exp, gp_poll_full, and gp_poll_exp module parameters. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
1 parent a2ab1e4 commit cae7f63

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5362,7 +5362,23 @@
53625362

53635363
rcutorture.gp_cond= [KNL]
53645364
Use conditional/asynchronous update-side
5365-
primitives, if available.
5365+
normal-grace-period primitives, if available.
5366+
5367+
rcutorture.gp_cond_exp= [KNL]
5368+
Use conditional/asynchronous update-side
5369+
expedited-grace-period primitives, if available.
5370+
5371+
rcutorture.gp_cond_full= [KNL]
5372+
Use conditional/asynchronous update-side
5373+
normal-grace-period primitives that also take
5374+
concurrent expedited grace periods into account,
5375+
if available.
5376+
5377+
rcutorture.gp_cond_exp_full= [KNL]
5378+
Use conditional/asynchronous update-side
5379+
expedited-grace-period primitives that also take
5380+
concurrent normal grace periods into account,
5381+
if available.
53665382

53675383
rcutorture.gp_exp= [KNL]
53685384
Use expedited update-side primitives, if available.
@@ -5371,6 +5387,24 @@
53715387
Use normal (non-expedited) asynchronous
53725388
update-side primitives, if available.
53735389

5390+
rcutorture.gp_poll= [KNL]
5391+
Use polled update-side normal-grace-period
5392+
primitives, if available.
5393+
5394+
rcutorture.gp_poll_exp= [KNL]
5395+
Use polled update-side expedited-grace-period
5396+
primitives, if available.
5397+
5398+
rcutorture.gp_poll_full= [KNL]
5399+
Use polled update-side normal-grace-period
5400+
primitives that also take concurrent expedited
5401+
grace periods into account, if available.
5402+
5403+
rcutorture.gp_poll_exp_full= [KNL]
5404+
Use polled update-side expedited-grace-period
5405+
primitives that also take concurrent normal
5406+
grace periods into account, if available.
5407+
53745408
rcutorture.gp_sync= [KNL]
53755409
Use normal (non-expedited) synchronous
53765410
update-side primitives, if available. If all

0 commit comments

Comments
 (0)