Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

documentation: Update rcutree.kthread_prio for grace-period kthread use

Now that the rcutree.kthread_prio kernel boot parameter also controls
the priority of the grace-period kthreads, update the documentation to
reflect this change.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

+9 -5
+9 -5
Documentation/kernel-parameters.txt
··· 2991 2991 value is one, and maximum value is HZ. 2992 2992 2993 2993 rcutree.kthread_prio= [KNL,BOOT] 2994 - Set the SCHED_FIFO priority of the RCU 2995 - per-CPU kthreads (rcuc/N). This value is also 2996 - used for the priority of the RCU boost threads 2997 - (rcub/N). Valid values are 1-99 and the default 2998 - is 1 (the least-favored priority). 2994 + Set the SCHED_FIFO priority of the RCU per-CPU 2995 + kthreads (rcuc/N). This value is also used for 2996 + the priority of the RCU boost threads (rcub/N) 2997 + and for the RCU grace-period kthreads (rcu_bh, 2998 + rcu_preempt, and rcu_sched). If RCU_BOOST is 2999 + set, valid values are 1-99 and the default is 1 3000 + (the least-favored priority). Otherwise, when 3001 + RCU_BOOST is not set, valid values are 0-99 and 3002 + the default is zero (non-realtime operation). 2999 3003 3000 3004 rcutree.rcu_nocb_leader_stride= [KNL] 3001 3005 Set the number of NOCB kthread groups, which