Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c67 char *parent = NULL, *child_src = NULL, *child_dst = NULL; in test_cpuset_perms_object() local
82 child_src = cg_name(parent, "cpuset_test_1"); in test_cpuset_perms_object()
83 if (!child_src) in test_cpuset_perms_object()
85 child_src_procs = cg_name(child_src, "cgroup.procs"); in test_cpuset_perms_object()
88 if (cg_create(child_src)) in test_cpuset_perms_object()
103 if (cg_read_strstr(child_src, "cgroup.controllers", "cpuset") || in test_cpuset_perms_object()
116 object_pid = cg_run_nowait(child_src, idle_process_fn, NULL); in test_cpuset_perms_object()
141 cg_destroy(child_src); in test_cpuset_perms_object()
143 free(child_src); in test_cpuset_perms_object()