Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Ddebug.c433 static char group_path[PATH_MAX]; variable
437 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()
438 return group_path; in task_group_path()
440 cgroup_path(tg->css.cgroup, group_path, PATH_MAX); in task_group_path()
442 return group_path; in task_group_path()