Searched refs:cg_create (Results 1 – 4 of 4) sorted by relevance
36 if (cg_create(cg_test_a)) in test_cgcore_populated()39 if (cg_create(cg_test_b)) in test_cgcore_populated()42 if (cg_create(cg_test_c)) in test_cgcore_populated()45 if (cg_create(cg_test_d)) in test_cgcore_populated()115 if (cg_create(grandparent)) in test_cgcore_invalid_domain()118 if (cg_create(parent)) in test_cgcore_invalid_domain()121 if (cg_create(child)) in test_cgcore_invalid_domain()166 if (cg_create(parent)) in test_cgcore_parent_becomes_threaded()169 if (cg_create(child)) in test_cgcore_parent_becomes_threaded()211 if (cg_create(parent)) in test_cgcore_no_internal_process_constraint_on_threads()[all …]
39 if (cg_create(parent)) in test_memcg_subtree_control()45 if (cg_create(child)) in test_memcg_subtree_control()57 if (cg_create(parent2)) in test_memcg_subtree_control()60 if (cg_create(child2)) in test_memcg_subtree_control()163 if (cg_create(memcg)) in test_memcg_current()285 if (cg_create(parent[0])) in test_memcg_min()302 if (cg_create(parent[1])) in test_memcg_min()308 if (cg_create(parent[2])) in test_memcg_min()316 if (cg_create(children[i])) in test_memcg_min()442 if (cg_create(parent[0])) in test_memcg_low()[all …]
21 extern int cg_create(const char *cgroup);
194 int cg_create(const char *cgroup) in cg_create() function