Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/rcutorture/configs/rcu/
H A DRUDE01.boot2 rcutree.use_softirq=0
H A DTASKS01.boot2 rcutree.use_softirq=0
H A DBUSTED-BOOST.boot8 rcutree.use_softirq=0
H A DTREE03.boot7 rcutree.use_softirq=0
/linux-6.15/kernel/rcu/
H A Dtree_plugin.h107 if (!use_softirq) in rcu_bootup_announce_oddness()
663 if (use_softirq && (in_hardirq() || (expboost && !irqs_were_disabled))) { in rcu_read_unlock_special()
H A Dtree.c106 static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT); variable
108 module_param(use_softirq, bool, 0444);
2874 if (use_softirq) in invoke_rcu_core()
2946 if (use_softirq) in rcu_spawn_core_kthreads()
4817 if (use_softirq) in rcu_init()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt5426 rcutree.use_softirq= [KNL]
5430 Specify rcutree.use_softirq=0 to use rcuc kthreads.