Searched refs:task_change_group (Results 1 – 3 of 3) sorted by relevance
2156 void (*task_change_group)(struct task_struct *p, int type); member
9827 if (tsk->sched_class->task_change_group) in sched_change_group()9828 tsk->sched_class->task_change_group(tsk, type); in sched_change_group()
11784 .task_change_group = task_change_group_fair,
Completed in 42 milliseconds