Searched refs:cg_destroy (Results 1 – 4 of 4) sorted by relevance
82 cg_destroy(cg_test_d); in test_cgcore_populated()84 cg_destroy(cg_test_c); in test_cgcore_populated()86 cg_destroy(cg_test_b); in test_cgcore_populated()88 cg_destroy(cg_test_a); in test_cgcore_populated()141 cg_destroy(child); in test_cgcore_invalid_domain()143 cg_destroy(parent); in test_cgcore_invalid_domain()145 cg_destroy(grandparent); in test_cgcore_invalid_domain()182 cg_destroy(child); in test_cgcore_parent_becomes_threaded()184 cg_destroy(parent); in test_cgcore_parent_becomes_threaded()235 cg_destroy(child); in test_cgcore_no_internal_process_constraint_on_threads()[all …]
72 cg_destroy(child); in test_memcg_subtree_control()73 cg_destroy(parent); in test_memcg_subtree_control()77 cg_destroy(child2); in test_memcg_subtree_control()78 cg_destroy(parent2); in test_memcg_subtree_control()179 cg_destroy(memcg); in test_memcg_current()378 cg_destroy(children[i]); in test_memcg_min()386 cg_destroy(parent[i]); in test_memcg_min()537 cg_destroy(children[i]); in test_memcg_low()545 cg_destroy(parent[i]); in test_memcg_low()621 cg_destroy(memcg); in test_memcg_high()[all …]
22 extern int cg_destroy(const char *cgroup);
223 int cg_destroy(const char *cgroup) in cg_destroy() function