aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 7dbe5ec9d9cd..92cdec9834cb 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2922,6 +2922,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2922 quiescent states. Units are jiffies, minimum 2922 quiescent states. Units are jiffies, minimum
2923 value is one, and maximum value is HZ. 2923 value is one, and maximum value is HZ.
2924 2924
2925 rcutree.kthread_prio= [KNL,BOOT]
2926 Set the SCHED_FIFO priority of the RCU
2927 per-CPU kthreads (rcuc/N). This value is also
2928 used for the priority of the RCU boost threads
2929 (rcub/N). Valid values are 1-99 and the default
2930 is 1 (the least-favored priority).
2931
2925 rcutree.rcu_nocb_leader_stride= [KNL] 2932 rcutree.rcu_nocb_leader_stride= [KNL]
2926 Set the number of NOCB kthread groups, which 2933 Set the number of NOCB kthread groups, which
2927 defaults to the square root of the number of 2934 defaults to the square root of the number of
@@ -3071,6 +3078,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
3071 messages. Disable with a value less than or equal 3078 messages. Disable with a value less than or equal
3072 to zero. 3079 to zero.
3073 3080
3081 rcupdate.rcu_self_test= [KNL]
3082 Run the RCU early boot self tests
3083
3084 rcupdate.rcu_self_test_bh= [KNL]
3085 Run the RCU bh early boot self tests
3086
3087 rcupdate.rcu_self_test_sched= [KNL]
3088 Run the RCU sched early boot self tests
3089
3074 rdinit= [KNL] 3090 rdinit= [KNL]
3075 Format: <full_path> 3091 Format: <full_path>
3076 Run specified binary instead of /init from the ramdisk, 3092 Run specified binary instead of /init from the ramdisk,