Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RCU_LAZY
:
CONFIG_RCU_NOCB_CPU
To save power, batch RCU callbacks and delay starting the corresponding grace period for multiple seconds. The grace period will be started after this delay, in case of memory pressure, or if the corresponding CPU's callback list grows too large.
These delays happen only on rcu_nocbs CPUs, that is, CPUs whose callbacks have been offloaded.
Use the rcutree.enable_rcu_lazy=0 kernel-boot parameter to globally disable these delays.
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 2025). See also LKDDb sources on GitLab