Searched refs:cg_create (Results 1 – 15 of 15) sorted by relevance
98 if (cg_create(cg_test)) in test_cgcore_destroy()167 if (cg_create(cg_test_a)) in test_cgcore_populated()170 if (cg_create(cg_test_b)) in test_cgcore_populated()173 if (cg_create(cg_test_c)) in test_cgcore_populated()176 if (cg_create(cg_test_d)) in test_cgcore_populated()297 if (cg_create(grandparent)) in test_cgcore_invalid_domain()300 if (cg_create(parent)) in test_cgcore_invalid_domain()303 if (cg_create(child)) in test_cgcore_invalid_domain()361 if (cg_create(parent)) in test_cgcore_parent_becomes_threaded()364 if (cg_create(child)) in test_cgcore_parent_becomes_threaded()[all …]
146 if (cg_create(cgroup)) in test_cgfreezer_simple()235 if (cg_create(cgroup[i])) in test_cgfreezer_tree()369 if (cg_create(cgroup)) in test_cgfreezer_forkbomb()413 if (cg_create(parent)) in test_cgfreezer_mkdir()419 if (cg_create(child)) in test_cgfreezer_mkdir()466 if (cg_create(parent)) in test_cgfreezer_rmdir()469 if (cg_create(child)) in test_cgfreezer_rmdir()481 if (cg_create(child)) in test_cgfreezer_rmdir()522 if (cg_create(cgroup[0])) in test_cgfreezer_migrate()525 if (cg_create(cgroup[1])) in test_cgfreezer_migrate()[all …]
50 if (cg_create(parent)) in test_cpucg_subtree_control()60 if (cg_create(child)) in test_cpucg_subtree_control()71 if (cg_create(parent2)) in test_cpucg_subtree_control()78 if (cg_create(child2)) in test_cpucg_subtree_control()197 if (cg_create(cpucg)) in test_cpucg_stats()252 if (cg_create(cpucg)) in test_cpucg_nice()321 if (cg_create(parent)) in run_cpucg_weight_test()332 if (cg_create(children[i].cgroup)) in run_cpucg_weight_test()505 if (cg_create(parent)) in run_cpucg_nested_weight_test()510 if (cg_create(child)) in run_cpucg_nested_weight_test()[all …]
121 if (cg_create(parent)) in test_memcg_subtree_control()127 if (cg_create(child)) in test_memcg_subtree_control()139 if (cg_create(parent2)) in test_memcg_subtree_control()142 if (cg_create(child2)) in test_memcg_subtree_control()257 if (cg_create(memcg)) in test_memcg_current_peak()506 if (cg_create(parent[0])) in test_memcg_protection()525 if (cg_create(parent[1])) in test_memcg_protection()531 if (cg_create(parent[2])) in test_memcg_protection()539 if (cg_create(children[i])) in test_memcg_protection()710 if (cg_create(memcg)) in test_memcg_high()[all …]
62 if (cg_create(cg)) in test_kmem_basic()141 if (cg_create(child)) { in cg_run_in_subcgroups()177 if (cg_create(parent)) in test_kmem_memcg_deletion()286 if (cg_create(cg)) in test_kmem_kernel_stacks()317 if (cg_create(parent)) in test_kmem_dead_cgroups()366 if (cg_create(parent)) in test_percpu_basic()377 if (cg_create(child)) in test_percpu_basic()
79 if (cg_create(parent)) in test_cpuset_perms_object()88 if (cg_create(child_src)) in test_cpuset_perms_object()97 if (cg_create(child_dst)) in test_cpuset_perms_object()184 if (cg_create(parent)) in test_cpuset_perms_subtree()193 if (cg_create(child)) in test_cpuset_perms_subtree()
39 if (cg_create(cg_pids)) in test_pids_max()88 if (cg_create(cg_parent)) in test_pids_events()92 if (cg_create(cg_child)) in test_pids_events()
103 if (cg_create(group_name)) in setup_test_group_1M()127 if (cg_create(test_group)) in test_zswap_usage()169 if (cg_create(test_group)) in test_swapin_nozswap()221 if (cg_create(test_group)) in test_zswapin()361 if (cg_create(test_group)) in test_zswap_writeback()380 if (cg_create(test_group_child)) in test_zswap_writeback()532 if (cg_create(test_group)) in test_no_kmem_bypass()
67 if (cg_create(cgroup)) in test_cgkill_simple()161 if (cg_create(cgroup[i])) in test_cgkill_tree()232 if (cg_create(cgroup)) in test_cgkill_forkbomb()
175 if (!test_group || cg_create(test_group)) { in test_hugetlb_memcg()
56 extern int cg_create(const char *cgroup);
578 if (cg_create(new_cg)) { in main()
273 int cg_create(const char *cgroup) in cg_create() function