Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dauto_group.h40 extern int autogroup_path(struct task_group *tg, char *buf, int buflen);
58 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Dauto_group.c242 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Ddebug.c104 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()