Home
last modified time | relevance | path

Searched refs:autogroup_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dautogroup.h21 extern void autogroup_free(struct task_group *tg);
47 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free() function
H A Dautogroup.c42 void autogroup_free(struct task_group *tg) in autogroup_free() function
H A Dcore.c10393 autogroup_free(tg); in sched_free_group()