Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Ddebug.c473 static char group_path[PATH_MAX]; variable
477 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()
478 return group_path; in task_group_path()
480 cgroup_path(tg->css.cgroup, group_path, PATH_MAX); in task_group_path()
482 return group_path; in task_group_path()