Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn-cgroup.c569 _cleanup_free_ char *own_cgroup_path = NULL; in mount_systemd_cgroup_writable() local
575 r = cg_pid_get_path(NULL, 0, &own_cgroup_path); in mount_systemd_cgroup_writable()
580 if (path_equal(own_cgroup_path, "/")) in mount_systemd_cgroup_writable()
586 own = strjoina(root, own_cgroup_path); in mount_systemd_cgroup_writable()
592 own = strjoina(root, own_cgroup_path); in mount_systemd_cgroup_writable()
600 own = strjoina(root, own_cgroup_path); in mount_systemd_cgroup_writable()