Searched refs:cg_enter_current (Results 1 – 7 of 7) sorted by relevance
179 if (cg_enter_current(cg_test_c)) in test_cgcore_populated()194 if (cg_enter_current(root)) in test_cgcore_populated()313 if (!cg_enter_current(child)) in test_cgcore_invalid_domain()332 cg_enter_current(root); in test_cgcore_invalid_domain()423 if (cg_enter_current(parent)) in test_cgcore_no_internal_process_constraint_on_threads()429 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()430 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()548 if (!cg_enter_current(parent)) in test_cgcore_internal_process_constraint()592 if (cg_enter_current(src)) in test_cgcore_proc_migration()600 cg_enter_current(dst); in test_cgcore_proc_migration()[all …]
48 if (cg_enter_current(cg_pids)) in test_pids_max()64 cg_enter_current(root); in test_pids_max()101 if (cg_enter_current(cg_child)) in test_pids_events()123 cg_enter_current(root); in test_pids_events()
431 if (cg_enter_current(control_group)) in test_no_invasive_cgroup_shrink()447 cg_enter_current(root); in test_no_invasive_cgroup_shrink()
82 extern int cg_enter_current(const char *cgroup);
395 int cg_enter_current(const char *cgroup) in cg_enter_current() function