Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c171 if (cg_enter_current(cg_test_c)) in test_cgcore_populated()
186 if (cg_enter_current(root)) in test_cgcore_populated()
301 if (!cg_enter_current(child)) in test_cgcore_invalid_domain()
320 cg_enter_current(root); in test_cgcore_invalid_domain()
407 if (cg_enter_current(parent)) in test_cgcore_no_internal_process_constraint_on_threads()
413 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
414 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
523 if (!cg_enter_current(parent)) in test_cgcore_internal_process_constraint()
567 if (cg_enter_current(src)) in test_cgcore_proc_migration()
575 cg_enter_current(ds in test_cgcore_proc_migration()
[all...]
H A Dtest_pids.c48 if (cg_enter_current(cg_pids)) in test_pids_max()
64 cg_enter_current(root); in test_pids_max()
98 if (cg_enter_current(cg_child)) in test_pids_events()
120 cg_enter_current(root); in test_pids_events()
H A Dcgroup_util.h47 extern int cg_enter_current(const char *cgroup);
H A Dtest_zswap.c431 if (cg_enter_current(control_group)) in test_no_invasive_cgroup_shrink()
447 cg_enter_current(root); in test_no_invasive_cgroup_shrink()
H A Dcgroup_util.c337 int cg_enter_current(const char *cgroup) in cg_enter_current() function