Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/rcutorture/configs/rcu/
DTREE03.boot5 rcutree.kthread_prio=2
/Linux-v5.10/kernel/rcu/
Dtree.c156 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
157 module_param(kthread_prio, int, 0444);
186 return kthread_prio; in rcu_get_gp_kthreads_prio()
4197 int kthread_prio_in = kthread_prio; in rcu_spawn_gp_kthread()
4203 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in rcu_spawn_gp_kthread()
4205 kthread_prio = 2; in rcu_spawn_gp_kthread()
4206 else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in rcu_spawn_gp_kthread()
4207 kthread_prio = 1; in rcu_spawn_gp_kthread()
4208 else if (kthread_prio < 0) in rcu_spawn_gp_kthread()
4209 kthread_prio = 0; in rcu_spawn_gp_kthread()
[all …]
Dtree_plugin.h53 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
965 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1157 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
/Linux-v5.10/Documentation/RCU/
Dstallwarn.rst65 You can use the rcutree.kthread_prio kernel boot parameter to
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt4135 rcutree.kthread_prio= [KNL,BOOT]