Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A 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
H A Dautogroup.c262 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() function
H A Ddebug.c478 if (autogroup_path(tg, path, plen)) in task_group_path()
H A Dfair.c300 autogroup_path(cfs_rq->tg, path, len); in cfs_rq_tg_path()