Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/configs/rcu/
H A DBUSTED-BOOST.boot6 rcutree.kthread_prio=2
H A DTREE03.boot5 rcutree.kthread_prio=2
/linux/kernel/rcu/
H A Dtree.c176 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
177 module_param(kthread_prio, int, 0444);
200 return kthread_prio; in rcu_get_gp_kthreads_prio()
4259 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker()
4283 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworker()
4666 if (kthread_prio) { in rcu_spawn_gp_kthread()
4667 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
4816 int kthread_prio_in = kthread_prio; in sanitize_kthread_prio()
4818 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in sanitize_kthread_prio()
4820 kthread_prio = 2; in sanitize_kthread_prio()
[all …]
H A Dtree_plugin.h71 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
1144 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1343 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
H A Dtree_nocb.h1447 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
1458 if (kthread_prio) in rcu_spawn_cpu_nocb_kthread()
1474 if (IS_ENABLED(CONFIG_RCU_NOCB_CPU_CB_BOOST) && kthread_prio) in rcu_spawn_cpu_nocb_kthread()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5740 rcutree.kthread_prio= [KNL,BOOT]