Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/rcutorture/configs/rcu/
DTREE03.boot5 rcutree.kthread_prio=2
/Linux-v5.4/kernel/rcu/
Dtree.c155 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
156 module_param(kthread_prio, int, 0444);
170 return kthread_prio; in rcu_get_gp_kthreads_prio()
3276 int kthread_prio_in = kthread_prio; in rcu_spawn_gp_kthread()
3282 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in rcu_spawn_gp_kthread()
3284 kthread_prio = 2; in rcu_spawn_gp_kthread()
3285 else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in rcu_spawn_gp_kthread()
3286 kthread_prio = 1; in rcu_spawn_gp_kthread()
3287 else if (kthread_prio < 0) in rcu_spawn_gp_kthread()
3288 kthread_prio = 0; in rcu_spawn_gp_kthread()
[all …]
Dtree_plugin.h51 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
948 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1139 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
/Linux-v5.4/Documentation/RCU/
Dstallwarn.txt60 You can use the rcutree.kthread_prio kernel boot parameter to
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt3881 rcutree.kthread_prio= [KNL,BOOT]