Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/rcutorture/configs/rcu/ !
DTREE03.boot5 rcutree.kthread_prio=2
DBUSTED-BOOST.boot6 rcutree.kthread_prio=2
/linux-6.1.9/kernel/rcu/ !
Dtree.c161 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
162 module_param(kthread_prio, int, 0444);
202 return kthread_prio; in rcu_get_gp_kthreads_prio()
4389 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworkers()
4441 if (kthread_prio) { in rcu_spawn_gp_kthread()
4442 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
4589 int kthread_prio_in = kthread_prio; in sanitize_kthread_prio()
4591 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in sanitize_kthread_prio()
4593 kthread_prio = 2; in sanitize_kthread_prio()
4594 else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in sanitize_kthread_prio()
[all …]
Dtree_plugin.h70 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
1009 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1208 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
Dtree_nocb.h1310 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
1321 if (kthread_prio) in rcu_spawn_cpu_nocb_kthread()
1332 if (IS_ENABLED(CONFIG_RCU_NOCB_CPU_CB_BOOST) && kthread_prio) in rcu_spawn_cpu_nocb_kthread()
/linux-6.1.9/Documentation/RCU/ !
Dstallwarn.rst65 You can use the rcutree.kthread_prio kernel boot parameter to
/linux-6.1.9/Documentation/admin-guide/ !
Dkernel-parameters.txt4739 rcutree.kthread_prio= [KNL,BOOT]