Home
last modified time | relevance | path

Searched refs:use_softirq (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/
H A DRUDE01.boot2 rcutree.use_softirq=0
H A DTASKS01.boot2 rcutree.use_softirq=0
H A DTREE03.boot7 rcutree.use_softirq=0
H A DBUSTED-BOOST.boot8 rcutree.use_softirq=0
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h96 if (!use_softirq) in rcu_bootup_announce_oddness()
651 if (use_softirq && (in_hardirq() || (expboost && !irqs_were_disabled))) { in rcu_read_unlock_special()
H A Dtree.c102 static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT); variable
104 module_param(use_softirq, bool, 0444);
2513 if (use_softirq) in invoke_rcu_core()
2585 if (use_softirq) in rcu_spawn_core_kthreads()
5077 if (use_softirq) in rcu_init()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4970 rcutree.use_softirq= [KNL]
4974 Specify rcutree.use_softirq=0 to use rcuc kthreads.