Searched refs:use_softirq (Results 1 – 3 of 3) sorted by relevance
103 static bool use_softirq = 1; variable104 module_param(use_softirq, bool, 0444);2419 if (use_softirq) in invoke_rcu_core()2488 if (!IS_ENABLED(CONFIG_RCU_BOOST) && use_softirq) in rcu_spawn_core_kthreads()3532 if (use_softirq) in rcu_init()
75 if (!use_softirq) in rcu_bootup_announce_oddness()618 if (irqs_were_disabled && use_softirq && in rcu_read_unlock_special()
3836 rcutree.use_softirq= [KNL]3840 Specify rcutree.use_softirq=0 to use rcuc kthreads.