Home
last modified time | relevance | path

Searched refs:enable_rcu_lazy (Results 1 – 2 of 2) sorted by relevance

/kernel/rcu/
DKconfig286 Use rcutree.enable_rcu_lazy=0 to turn it off at boot time.
294 off. Boot time param rcutree.enable_rcu_lazy=1 can be used to switch
Dtree.c3047 static bool enable_rcu_lazy __read_mostly = !IS_ENABLED(CONFIG_RCU_LAZY_DEFAULT_OFF);
3048 module_param(enable_rcu_lazy, bool, 0444);
3076 #define enable_rcu_lazy false macro
3125 __call_rcu_common(head, func, enable_rcu_lazy); in call_rcu()