Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/rcutorture/configs/rcu/
DTREE03.boot5 rcutree.kthread_prio=2
/Linux-v4.19/kernel/rcu/
Dtree.c174 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
175 module_param(kthread_prio, int, 0644);
189 return kthread_prio; in rcu_get_gp_kthreads_prio()
3889 int kthread_prio_in = kthread_prio; in rcu_spawn_gp_kthread()
3896 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in rcu_spawn_gp_kthread()
3898 kthread_prio = 2; in rcu_spawn_gp_kthread()
3899 else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in rcu_spawn_gp_kthread()
3900 kthread_prio = 1; in rcu_spawn_gp_kthread()
3901 else if (kthread_prio < 0) in rcu_spawn_gp_kthread()
3902 kthread_prio = 0; in rcu_spawn_gp_kthread()
[all …]
Dtree_plugin.h97 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
1239 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
1256 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt3617 rcutree.kthread_prio= [KNL,BOOT]