Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c68 char *parent_procs = NULL, *child_src_procs = NULL, *child_dst_procs = NULL; in test_cpuset_perms_object() local
76 parent_procs = cg_name(parent, "cgroup.procs"); in test_cpuset_perms_object()
77 if (!parent_procs) in test_cpuset_perms_object()
112 if (allow && chown(parent_procs, test_euid, -1)) in test_cpuset_perms_object()
146 free(parent_procs); in test_cpuset_perms_object()
170 char *parent_procs = NULL, *parent_subctl = NULL, *child_procs = NULL; in test_cpuset_perms_subtree() local
178 parent_procs = cg_name(parent, "cgroup.procs"); in test_cpuset_perms_subtree()
179 if (!parent_procs) in test_cpuset_perms_subtree()
197 if (chown(parent_procs, test_euid, -1) || in test_cpuset_perms_subtree()
229 free(parent_procs); in test_cpuset_perms_subtree()