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

/linux-master/kernel/locking/
H A Dlocktorture.c141 void (*task_boost)(struct torture_random_state *trsp); member in struct:lock_torture_ops
231 .task_boost = torture_rt_boost,
276 .task_boost = torture_rt_boost,
303 .task_boost = torture_rt_boost,
329 .task_boost = torture_rt_boost,
356 .task_boost = torture_rt_boost,
421 .task_boost = torture_rt_boost,
464 .task_boost = torture_rt_boost,
533 .task_boost = torture_rt_boost,
632 .task_boost
[all...]
/linux-master/kernel/rcu/
H A Dtree.c4540 struct task_struct *task_boost, *task_exp; local
4545 task_boost = rcu_boost_task(rnp);
4552 if (!task_boost && !task_exp)
4574 if (task_boost)
4575 set_cpus_allowed_ptr(task_boost, cm);

Completed in 266 milliseconds