Searched refs:use_softirq (Results 1 – 8 of 8) sorted by relevance
2 rcutree.use_softirq=0
8 rcutree.use_softirq=0
7 rcutree.use_softirq=0
107 if (!use_softirq) in rcu_bootup_announce_oddness()746 if (use_softirq && (in_hardirq() || (needs_exp && !irqs_were_disabled))) { in rcu_read_unlock_special()
115 static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT); variable117 module_param(use_softirq, bool, 0444);2919 if (use_softirq) in invoke_rcu_core()2991 if (use_softirq) in rcu_spawn_core_kthreads()4886 if (use_softirq) in rcu_init()
186 enabled by setting the boot command-line parameter rcutree.use_softirq=0. This
5861 rcutree.use_softirq= [KNL]5865 Specify rcutree.use_softirq=0 to use rcuc kthreads.