Home
last modified time | relevance | path

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

/Linux-v5.4/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.c262 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
Ddebug.c424 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()
Dfair.c284 autogroup_path(cfs_rq->tg, path, len); in cfs_rq_tg_path()