Searched refs:cg_enter_current (Results 1 – 3 of 3) sorted by relevance
48 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()
37 extern int cg_enter_current(const char *cgroup);
283 int cg_enter_current(const char *cgroup) in cg_enter_current() function