Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.c168 static int kthread_prio = CONFIG_RCU_KTHREAD_PRIO; variable
170 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
172 module_param(kthread_prio, int, 0644);
4308 int kthread_prio_in = kthread_prio; in rcu_spawn_gp_kthread()
4315 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in rcu_spawn_gp_kthread()
4316 kthread_prio = 1; in rcu_spawn_gp_kthread()
4317 else if (kthread_prio < 0) in rcu_spawn_gp_kthread()
4318 kthread_prio = 0; in rcu_spawn_gp_kthread()
4319 else if (kthread_prio > 99) in rcu_spawn_gp_kthread()
4320 kthread_prio = 99; in rcu_spawn_gp_kthread()
[all …]
Dtree_plugin.h95 pr_info("\tRCU kthread priority: %d.\n", kthread_prio); in rcu_bootup_announce_oddness()
1183 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
1200 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt3140 rcutree.kthread_prio= [KNL,BOOT]