Lines Matching full:rcu
3 # RCU-related debugging configuration options
6 menu "RCU Debugging"
12 bool "RCU list lockdep debugging"
16 Enable RCU lockdep checking for list usages. By default it is
17 turned off since there are several list RCU users that still
27 tristate "performance tests for RCU"
37 tests on the RCU infrastructure. The kernel module may be built
40 Say Y here if you want RCU performance tests to be built into
42 Say M if you want the RCU performance tests to build as a module.
46 tristate "torture tests for RCU"
56 on the RCU infrastructure. The kernel module may be built
59 Say Y here if you want RCU torture tests to be built into
61 Say M if you want the RCU torture tests to build as a module.
65 tristate "Scalability tests for read-side synchronization (RCU and others)"
75 useful comparing RCU with various read-side synchronization mechanisms.
84 int "RCU CPU stall timeout in seconds"
89 If a given RCU grace period extends more than the specified
91 RCU grace period persists, additional CPU stall warnings are
95 bool "Enable tracing for RCU"
103 Say Y here if you want to enable RCU tracing
110 This option provides consistency checks in RCU's handling of
118 bool "Provide debug RCU implementation with short grace periods"
123 Select this option to build an RCU variant that is strict about
129 when looking for certain types of RCU usage bugs, for example,
130 too-short RCU read-side critical sections.
132 endmenu # "RCU Debugging"