mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
Documentation: Update to refer to correct "rcupdate" module name
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
2d27a96614
commit
24aaef8d7f
@ -1561,14 +1561,17 @@ and is between 256 and 4096 characters. It is defined in the file
|
|||||||
ramdisk_size= [RAM] Sizes of RAM disks in kilobytes
|
ramdisk_size= [RAM] Sizes of RAM disks in kilobytes
|
||||||
See Documentation/ramdisk.txt.
|
See Documentation/ramdisk.txt.
|
||||||
|
|
||||||
rcu.blimit= [KNL,BOOT] Set maximum number of finished
|
rcupdate.blimit= [KNL,BOOT]
|
||||||
RCU callbacks to process in one batch.
|
Set maximum number of finished RCU callbacks to process
|
||||||
|
in one batch.
|
||||||
|
|
||||||
rcu.qhimark= [KNL,BOOT] Set threshold of queued
|
rcupdate.qhimark= [KNL,BOOT]
|
||||||
|
Set threshold of queued
|
||||||
RCU callbacks over which batch limiting is disabled.
|
RCU callbacks over which batch limiting is disabled.
|
||||||
|
|
||||||
rcu.qlowmark= [KNL,BOOT] Set threshold of queued
|
rcupdate.qlowmark= [KNL,BOOT]
|
||||||
RCU callbacks below which batch limiting is re-enabled.
|
Set threshold of queued RCU callbacks below which
|
||||||
|
batch limiting is re-enabled.
|
||||||
|
|
||||||
rdinit= [KNL]
|
rdinit= [KNL]
|
||||||
Format: <full_path>
|
Format: <full_path>
|
||||||
|
Loading…
Reference in New Issue
Block a user