Home
last modified time | relevance | path

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

/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 DBUSTED-BOOST.boot8 rcutree.use_softirq=0
H A DTREE03.boot7 rcutree.use_softirq=0
/linux/kernel/rcu/ !
H A Dtree_plugin.h107 if (!use_softirq) in rcu_bootup_announce_oddness()
746 if (use_softirq && (in_hardirq() || (needs_exp && !irqs_were_disabled))) { in rcu_read_unlock_special()
H A Dtree.c115 static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT); variable
117 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()
/linux/Documentation/core-api/real-time/ !
H A Ddifferences.rst186 enabled by setting the boot command-line parameter rcutree.use_softirq=0. This
/linux/Documentation/admin-guide/ !
H A Dkernel-parameters.txt5861 rcutree.use_softirq= [KNL]
5865 Specify rcutree.use_softirq=0 to use rcuc kthreads.