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

/linux-master/kernel/sched/
H A Dautogroup.h28 extern bool task_wants_autogroup(struct task_struct *p, struct task_group *tg);
36 if (enabled && task_wants_autogroup(p, tg))
H A Dautogroup.c128 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) function
151 * See the PF_EXITING check in task_wants_autogroup().

Completed in 291 milliseconds