Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/cgroup/
Dcgroup.c138 static const char *cgroup_subsys_name[] = { variable
6050 i, cgroup_subsys_name[i], ss->css_alloc, ss->css_free, in cgroup_init_early()
6052 WARN(strlen(cgroup_subsys_name[i]) > MAX_CGROUP_TYPE_NAMELEN, in cgroup_init_early()
6053 "cgroup_subsys_name %s too long\n", cgroup_subsys_name[i]); in cgroup_init_early()
6056 ss->name = cgroup_subsys_name[i]; in cgroup_init_early()
6058 ss->legacy_name = cgroup_subsys_name[i]; in cgroup_init_early()
7040 cgroup_subsys_name[ssid]); in delegate_show()