Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - T index
The Linux kernel configuration item CONFIG_TINY_RCU
has multiple definitions:
kernel/rcu/Kconfig
The configuration item CONFIG_TINY_RCU:
! CONFIG_PREEMPT_RCU && ! CONFIG_SMP
This option selects the RCU implementation that is designed for UP systems from which real-time response is not required. This option greatly reduces the memory footprint of RCU.
init/Kconfig
The configuration item CONFIG_TINY_RCU:
! CONFIG_PREEMPT && ! CONFIG_SMP
This option selects the RCU implementation that is designed for UP systems from which real-time response is not required. This option greatly reduces the memory footprint of RCU.
init/Kconfig
The configuration item CONFIG_TINY_RCU:
! CONFIG_PREEMPT && ! CONFIG_SMP
This option selects the RCU implementation that is designed for UP systems from which real-time response is not required. This option greatly reduces the memory footprint of RCU.
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 - T index
Automatically generated (in year 2024). See also LKDDb sources on GitLab