-
- Downloads
rcu: Unify boost and kthread priorities
Rename CONFIG_RCU_BOOST_PRIO to CONFIG_RCU_KTHREAD_PRIO and use this value for both the per-CPU kthreads (rcuc/N) and the rcu boosting threads (rcub/n). Also, create the module_parameter rcutree.kthread_prio to be used on the kernel command line at boot to set a new value (rcutree.kthread_prio=N). Signed-off-by:Clark Williams <clark.williams@gmail.com> [ paulmck: Ported to rcu/dev, applied Paul Bolle and Peter Zijlstra feedback. ] Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Showing
- Documentation/kernel-parameters.txt 7 additions, 0 deletionsDocumentation/kernel-parameters.txt
- init/Kconfig 12 additions, 11 deletionsinit/Kconfig
- kernel/rcu/tree_plugin.h 10 additions, 10 deletionskernel/rcu/tree_plugin.h
- tools/testing/selftests/rcutorture/configs/rcu/TREE03 1 addition, 1 deletiontools/testing/selftests/rcutorture/configs/rcu/TREE03
- tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt 2 additions, 2 deletionstools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt
Loading
Please register or sign in to comment