Searched refs:child_src (Results 1 – 1 of 1) sorted by relevance
73 char *parent = NULL, *child_src = NULL, *child_dst = NULL; in test_cpuset_perms_object() local88 child_src = cg_name(parent, "cpuset_test_1"); in test_cpuset_perms_object()89 if (!child_src) in test_cpuset_perms_object()91 child_src_procs = cg_name(child_src, "cgroup.procs"); in test_cpuset_perms_object()94 if (cg_create(child_src)) in test_cpuset_perms_object()109 if (cg_read_strstr(child_src, "cgroup.controllers", "cpuset") || in test_cpuset_perms_object()122 object_pid = cg_run_nowait(child_src, idle_process_fn, NULL); in test_cpuset_perms_object()147 cg_destroy(child_src); in test_cpuset_perms_object()149 free(child_src); in test_cpuset_perms_object()