Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c170 char *parent_procs = NULL, *parent_subctl = NULL, *child_procs = NULL; in test_cpuset_perms_subtree() local
190 child_procs = cg_name(child, "cgroup.procs"); in test_cpuset_perms_subtree()
191 if (!child_procs) in test_cpuset_perms_subtree()
199 chown(child_procs, test_euid, -1)) in test_cpuset_perms_subtree()
224 free(child_procs); in test_cpuset_perms_subtree()