Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dautogroup.h42 extern int autogroup_path(struct task_group *tg, char *buf, int buflen);
59 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Dautogroup.c285 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Ddebug.c501 if (autogroup_path(tg, path, plen)) in task_group_path()