Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RCU_FAST_NO_HZ
has multiple definitions:
kernel/rcu/Kconfig
The configuration item CONFIG_RCU_FAST_NO_HZ:
CONFIG_NO_HZ_COMMON && CONFIG_SMP && CONFIG_RCU_EXPERT
This option permits CPUs to enter dynticks-idle state even if they have RCU callbacks queued, and prevents RCU from waking these CPUs up more than roughly once every four jiffies (by default, you can adjust this using the rcutree.rcu_idle_gp_delay parameter), thus improving energy efficiency. On the other hand, this option increases the duration of RCU grace periods, for example, slowing down synchronize_rcu().
Say Y if energy efficiency is critically important, and you don't care about increased grace-period durations.
Say N if you are unsure.
init/Kconfig
The configuration item CONFIG_RCU_FAST_NO_HZ:
CONFIG_NO_HZ_COMMON && CONFIG_SMP && CONFIG_RCU_EXPERT
This option permits CPUs to enter dynticks-idle state even if they have RCU callbacks queued, and prevents RCU from waking these CPUs up more than roughly once every four jiffies (by default, you can adjust this using the rcutree.rcu_idle_gp_delay parameter), thus improving energy efficiency. On the other hand, this option increases the duration of RCU grace periods, for example, slowing down synchronize_rcu().
Say Y if energy efficiency is critically important, and you don't care about increased grace-period durations.
Say N 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