Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RCU_BOOST
has multiple definitions:
kernel/rcu/Kconfig
The configuration item CONFIG_RCU_BOOST:
(( CONFIG_RT_MUTEXES && CONFIG_PREEMPT_RCU && CONFIG_RCU_EXPERT ) || CONFIG_PREEMPT_RT ) && ( CONFIG_PREEMPT_RT )
This option boosts the priority of preempted RCU readers that block the current preemptible RCU grace period for too long. This option also prevents heavy loads from blocking RCU callback invocation.
Say Y here if you are working with real-time apps or heavy loads Say N here if you are unsure.
init/Kconfig
The configuration item CONFIG_RCU_BOOST:
CONFIG_RT_MUTEXES && CONFIG_PREEMPT_RCU && CONFIG_RCU_EXPERT
This option boosts the priority of preempted RCU readers that block the current preemptible RCU grace period for too long. This option also prevents heavy loads from blocking RCU callback invocation for all flavors of RCU.
Say Y here if you are working with real-time apps or heavy loads Say N here if you are unsure.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab