Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A 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
H A Dautogroup.c284 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
H A Ddebug.c708 if (autogroup_path(tg, path, plen)) in task_group_path()