]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Documentation/kernel-parameters.txt
[PATCH] rcu batch tuning
[net-next-2.6.git] / Documentation / kernel-parameters.txt
index 75205391b335f85c9b8a599d0d3b4c0dd1a8b41b..bad5987c47279fbe8ab211026872e42eec0e0505 100644 (file)
@@ -1284,6 +1284,19 @@ running once the system is up.
                        New name for the ramdisk parameter.
                        See Documentation/ramdisk.txt.
 
+       rcu.blimit=     [KNL,BOOT] Set maximum number of finished
+                       RCU callbacks to process in one batch.
+
+       rcu.qhimark=    [KNL,BOOT] Set threshold of queued
+                       RCU callbacks over which batch limiting is disabled.
+
+       rcu.qlowmark=   [KNL,BOOT] Set threshold of queued
+                       RCU callbacks below which batch limiting is re-enabled.
+
+       rcu.rsinterval= [KNL,BOOT,SMP] Set the number of additional
+                       RCU callbacks to queued before forcing reschedule
+                       on all cpus.
+
        rdinit=         [KNL]
                        Format: <full_path>
                        Run specified binary instead of /init from the ramdisk,