Home
last modified time | relevance | path

Searched refs:task_boost (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/locking/
Dlocktorture.c142 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-6.12.1/kernel/rcu/
Dtree.c5030 struct task_struct *task_boost, *task_exp; in rcutree_affinity_setting() local
5035 task_boost = rcu_boost_task(rnp); in rcutree_affinity_setting()
5042 if (!task_boost && !task_exp) in rcutree_affinity_setting()
5064 if (task_boost) in rcutree_affinity_setting()
5065 set_cpus_allowed_ptr(task_boost, cm); in rcutree_affinity_setting()