Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/configs/rcu/
H A DTREE03.boot5 rcutree.kthread_prio=2
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c156 static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0; variable
157 module_param(kthread_prio, int, 0444);
186 return kthread_prio; in rcu_get_gp_kthreads_prio()
4247 int kthread_prio_in = kthread_prio; in rcu_spawn_gp_kthread()
4253 if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2 in rcu_spawn_gp_kthread()
4255 kthread_prio = 2; in rcu_spawn_gp_kthread()
4256 else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1) in rcu_spawn_gp_kthread()
4257 kthread_prio = 1; in rcu_spawn_gp_kthread()
4258 else if (kthread_prio < 0) in rcu_spawn_gp_kthread()
4259 kthread_prio = 0; in rcu_spawn_gp_kthread()
[all …]
H A Dtree_plugin.h53 kthread_prio, CONFIG_RCU_BOOST_DELAY); in rcu_bootup_announce_oddness()
967 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1159 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dstallwarn.rst65 You can use the rcutree.kthread_prio kernel boot parameter to
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4291 rcutree.kthread_prio= [KNL,BOOT]