Searched refs:task_boost (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/locking/ |
H A D | locktorture.c | 142 void (*task_boost)(struct torture_random_state *trsp); member 232 .task_boost = torture_rt_boost, 277 .task_boost = torture_rt_boost, 304 .task_boost = torture_rt_boost, 330 .task_boost = torture_rt_boost, 357 .task_boost = torture_rt_boost, 422 .task_boost = torture_rt_boost, 465 .task_boost = torture_rt_boost, 534 .task_boost = torture_rt_boost, 633 .task_boost = torture_rt_boost, [all …]
|
/linux/kernel/rcu/ |
H A D | tree.c | 5033 struct task_struct *task_boost, *task_exp; in rcutree_affinity_setting() local 5038 task_boost = rcu_boost_task(rnp); in rcutree_affinity_setting() 5045 if (!task_boost && !task_exp) in rcutree_affinity_setting() 5067 if (task_boost) in rcutree_affinity_setting() 5068 set_cpus_allowed_ptr(task_boost, cm); in rcutree_affinity_setting()
|