Home
last modified time | relevance | path

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

/linux-4.1.27/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.c244 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Ddebug.c113 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()