Searched refs:cgroup_subroot (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | tests.c | 279 _cleanup_free_ char *cgroup_root = NULL, *cgroup_subroot = NULL; in enter_cgroup() local 293 assert_se(asprintf(&cgroup_subroot, "%s/%" PRIx64, cgroup_root, random_u64()) >= 0); in enter_cgroup() 295 cgroup_subroot = strdup(cgroup_root); in enter_cgroup() 296 assert_se(cgroup_subroot != NULL); in enter_cgroup() 304 r = cg_create_everywhere(supported, _CGROUP_MASK_ALL, cgroup_subroot); in enter_cgroup() 308 r = cg_attach_everywhere(supported, cgroup_subroot, 0, NULL, NULL); in enter_cgroup() 313 *ret_cgroup = TAKE_PTR(cgroup_subroot); in enter_cgroup()
|