Home
last modified time | relevance | path

Searched refs:kthread_prio (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/tools/testing/selftests/rcutorture/configs/rcu/
DTREE03.boot5 rcutree.kthread_prio=2
DBUSTED-BOOST.boot6 rcutree.kthread_prio=2
/Linux-v5.15/kernel/rcu/
Dtree.c157 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
158 module_param(kthread_prio, int, 0444);
198 return kthread_prio; in rcu_get_gp_kthreads_prio()
4406 int kthread_prio_in = kthread_prio; in rcu_spawn_gp_kthread()
4412 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in rcu_spawn_gp_kthread()
4414 kthread_prio = 2; in rcu_spawn_gp_kthread()
4415 else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in rcu_spawn_gp_kthread()
4416 kthread_prio = 1; in rcu_spawn_gp_kthread()
4417 else if (kthread_prio < 0) in rcu_spawn_gp_kthread()
4418 kthread_prio = 0; in rcu_spawn_gp_kthread()
[all …]
Dtree_plugin.h72 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
992 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1179 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
/Linux-v5.15/Documentation/RCU/
Dstallwarn.rst65 You can use the rcutree.kthread_prio kernel boot parameter to
/Linux-v5.15/Documentation/admin-guide/
Dkernel-parameters.txt4432 rcutree.kthread_prio= [KNL,BOOT]