Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_core.c48 if (cg_enter_current(cg_test_c)) in test_cgcore_populated()
63 if (cg_enter_current(root)) in test_cgcore_populated()
130 if (!cg_enter_current(child)) in test_cgcore_invalid_domain()
139 cg_enter_current(root); in test_cgcore_invalid_domain()
226 if (cg_enter_current(parent)) in test_cgcore_no_internal_process_constraint_on_threads()
232 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
233 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
342 if (!cg_enter_current(parent)) in test_cgcore_internal_process_constraint()
Dcgroup_util.h37 extern int cg_enter_current(const char *cgroup);
Dcgroup_util.c283 int cg_enter_current(const char *cgroup) in cg_enter_current() function