Symbol: cg_enter_current
tools/testing/selftests/cgroup/lib/include/cgroup_util.h
82
extern int cg_enter_current(const char *cgroup);
tools/testing/selftests/cgroup/test_core.c
179
if (cg_enter_current(cg_test_c))
tools/testing/selftests/cgroup/test_core.c
194
if (cg_enter_current(root))
tools/testing/selftests/cgroup/test_core.c
313
if (!cg_enter_current(child))
tools/testing/selftests/cgroup/test_core.c
332
cg_enter_current(root);
tools/testing/selftests/cgroup/test_core.c
423
if (cg_enter_current(parent))
tools/testing/selftests/cgroup/test_core.c
429
cg_enter_current(root);
tools/testing/selftests/cgroup/test_core.c
430
cg_enter_current(root);
tools/testing/selftests/cgroup/test_core.c
548
if (!cg_enter_current(parent))
tools/testing/selftests/cgroup/test_core.c
592
if (cg_enter_current(src))
tools/testing/selftests/cgroup/test_core.c
600
cg_enter_current(dst);
tools/testing/selftests/cgroup/test_core.c
615
cg_enter_current(root);
tools/testing/selftests/cgroup/test_core.c
677
if (cg_enter_current(grps[1]))
tools/testing/selftests/cgroup/test_core.c
696
cg_enter_current(root);
tools/testing/selftests/cgroup/test_core.c
737
if (cg_enter_current(cg_test_a))
tools/testing/selftests/cgroup/test_core.c
762
cg_enter_current(root);
tools/testing/selftests/cgroup/test_core.c
825
if (cg_enter_current(cg_test_b))
tools/testing/selftests/cgroup/test_core.c
849
if (cg_enter_current(cg_test_a))
tools/testing/selftests/cgroup/test_core.c
858
cg_enter_current(root);
tools/testing/selftests/cgroup/test_pids.c
101
if (cg_enter_current(cg_child))
tools/testing/selftests/cgroup/test_pids.c
123
cg_enter_current(root);
tools/testing/selftests/cgroup/test_pids.c
48
if (cg_enter_current(cg_pids))
tools/testing/selftests/cgroup/test_pids.c
64
cg_enter_current(root);
tools/testing/selftests/cgroup/test_zswap.c
431
if (cg_enter_current(control_group))
tools/testing/selftests/cgroup/test_zswap.c
447
cg_enter_current(root);