-
- Downloads
rcu: priority boosting for TINY_PREEMPT_RCU
Add priority boosting, but only for TINY_PREEMPT_RCU. This is enabled by the default-off RCU_BOOST kernel parameter. The priority to which to boost preempted RCU readers is controlled by the RCU_BOOST_PRIO kernel parameter (defaulting to real-time priority 1) and the time to wait before boosting the readers blocking a given grace period is controlled by the RCU_BOOST_DELAY kernel parameter (defaulting to 500 milliseconds). Signed-off-by:Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Showing
- include/linux/init_task.h 8 additions, 1 deletioninclude/linux/init_task.h
- include/linux/sched.h 9 additions, 2 deletionsinclude/linux/sched.h
- init/Kconfig 39 additions, 0 deletionsinit/Kconfig
- kernel/rcutiny.c 26 additions, 40 deletionskernel/rcutiny.c
- kernel/rcutiny_plugin.h 198 additions, 10 deletionskernel/rcutiny_plugin.h
Loading
Please register or sign in to comment