Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
P index
The Linux kernel configuration item CONFIG_PREEMPT_RCU has multiple definitions:
init/KconfigThe configuration item CONFIG_PREEMPT_RCU:
(none)This option enables preemptible-RCU code that is common between the TREE_PREEMPT_RCU and TINY_PREEMPT_RCU implementations.
init/KconfigThe configuration item CONFIG_PREEMPT_RCU:
CONFIG_PREEMPTThis option reduces the latency of the kernel by making certain RCU sections preemptible. Normally RCU code is non-preemptible, if this option is selected then read-only RCU sections become preemptible. This helps latency, but may expose bugs due to now-naive assumptions about each RCU read-side critical section remaining on a given CPU through its execution.
kernel/Kconfig.preemptThe configuration item CONFIG_PREEMPT_RCU:
CONFIG_PREEMPTThis option reduces the latency of the kernel by making certain RCU sections preemptible. Normally RCU code is non-preemptible, if this option is selected then read-only RCU sections become preemptible. This helps latency, but may expose bugs due to now-naive assumptions about each RCU read-side critical section remaining on a given CPU through its execution.
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 - P index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.