Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RCU_NOCB_CPU_ALL
:
(none)
This option forces all CPUs to be no-CBs CPUs. The rcu_nocbs= boot parameter will be ignored. All CPUs' RCU callbacks will be executed in the context of per-CPU rcuo kthreads created for this purpose. Assuming that the kthreads whose names start with "rcuo" are bound to "housekeeping" CPUs, this reduces OS jitter on the remaining CPUs, but might decrease memory locality during RCU-callback invocation, thus potentially degrading throughput.
Select this if all CPUs need to be no-CBs CPUs for real-time or energy-efficiency reasons.
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