Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-v1.c813 ret = cgroup_path_ns(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns); in cgroup1_release_agent()
1215 if (ctx->ns != &init_cgroup_ns) in cgroup1_root_to_use()
H A Dcgroup.c204 struct cgroup_namespace init_cgroup_ns = { variable
1895 if (current->nsproxy->cgroup_ns == &init_cgroup_ns) { in apply_cgroup_root_flags()
2089 if (!ret && ctx->ns != &init_cgroup_ns) { in cgroup_do_get_tree()
2319 ret = cgroup_path_ns_locked(cgrp, buf, buflen, &init_cgroup_ns); in task_cgroup_path()
3849 ctx->ns != &init_cgroup_ns && ctx->ns->root_cset->dfl_cgrp == cgrp) in cgroup_file_write()
5870 get_user_ns(init_cgroup_ns.user_ns); in cgroup_init()
/OK3568_Linux_fs/kernel/kernel/
H A Dnsproxy.c44 .cgroup_ns = &init_cgroup_ns,
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h876 extern struct cgroup_namespace init_cgroup_ns;
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst2306 init_cgroup_ns, this is the real root ('/') cgroup.