Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dautogroup.h38 extern int autogroup_path(struct task_group *tg, char *buf, int buflen);
55 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Dautogroup.c263 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Ddebug.c437 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()