__cgroup__findnew
cgrp = __cgroup__findnew(&env->cgroups.tree, id, true, path);
return __cgroup__findnew(root, id, /*create=*/false, /*path=*/NULL);
cgrp = __cgroup__findnew(&env->cgroups.tree, id, false, NULL);
__cgroup__findnew(root, cgrp_id, /*create=*/true, name);