Searched refs:parent_procs (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset.c | 74 char *parent_procs = NULL, *child_src_procs = NULL, *child_dst_procs = NULL; in test_cpuset_perms_object() local 82 parent_procs = cg_name(parent, "cgroup.procs"); in test_cpuset_perms_object() 83 if (!parent_procs) in test_cpuset_perms_object() 118 if (allow && chown(parent_procs, test_euid, -1)) in test_cpuset_perms_object() 152 free(parent_procs); in test_cpuset_perms_object() 176 char *parent_procs = NULL, *parent_subctl = NULL, *child_procs = NULL; in test_cpuset_perms_subtree() local 184 parent_procs = cg_name(parent, "cgroup.procs"); in test_cpuset_perms_subtree() 185 if (!parent_procs) in test_cpuset_perms_subtree() 203 if (chown(parent_procs, test_euid, -1) || in test_cpuset_perms_subtree() 235 free(parent_procs); in test_cpuset_perms_subtree()
|