/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | test_freezer.c | 207 cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_simple() 295 cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgfreezer_tree() 296 cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgfreezer_tree() 297 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree() 298 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree() 299 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree() 429 cg_run_nowait(cgroup, forkbomb_fn, NULL); in test_cgfreezer_forkbomb() 479 pid = cg_run_nowait(child, child_fn, NULL); in test_cgfreezer_mkdir() 585 pid = cg_run_nowait(cgroup[0], child_fn, NULL); in test_cgfreezer_migrate() 654 pid = cg_run_nowait(cgrou in test_cgfreezer_ptrace() [all...] |
H A D | test_memcontrol.c | 326 cg_run_nowait(children[i], alloc_pagecache_50M_noexit, in test_memcg_min() 958 pid = cg_run_nowait(memcg, tcp_server, &args); in test_memcg_sock() 1036 cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60)); in test_memcg_oom_group_leaf_events() 1037 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_leaf_events() 1038 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_leaf_events() 1095 cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60)); in test_memcg_oom_group_parent_events() 1096 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_parent_events() 1097 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_parent_events() 1148 safe_pid = cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_score_events() 1152 cg_run_nowait(memc in test_memcg_oom_group_score_events() [all...] |
H A D | cgroup_util.h | 41 extern int cg_run_nowait(const char *cgroup,
|
H A D | cgroup_util.c | 427 int cg_run_nowait(const char *cgroup, in cg_run_nowait() function
|
H A D | test_core.c | 94 child_pid = cg_run_nowait(cg_test, alloc_and_touch_anon_noexit, in test_cgcore_destroy()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_freezer.c | 150 cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_simple() 238 cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgfreezer_tree() 239 cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgfreezer_tree() 240 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree() 241 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree() 242 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree() 372 cg_run_nowait(cgroup, forkbomb_fn, NULL); in test_cgfreezer_forkbomb() 422 pid = cg_run_nowait(child, child_fn, NULL); in test_cgfreezer_mkdir() 528 pid = cg_run_nowait(cgroup[0], child_fn, NULL); in test_cgfreezer_migrate() 597 pid = cg_run_nowait(cgrou in test_cgfreezer_ptrace() [all...] |
H A D | test_kill.c | 71 pids[i] = cg_run_nowait(cgroup, child_fn, NULL); in test_cgkill_simple() 164 pids[0] = cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgkill_tree() 165 pids[1] = cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgkill_tree() 166 pids[2] = cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgkill_tree() 167 pids[3] = cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgkill_tree() 168 pids[4] = cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgkill_tree() 235 pid = cg_run_nowait(cgroup, forkbomb_fn, NULL); in test_cgkill_forkbomb()
|
H A D | test_memcontrol.c | 354 cg_run_nowait(children[i], alloc_pagecache_50M_noexit, in test_memcg_protection() 595 pid = cg_run_nowait(memcg, alloc_anon_mlock, (void *)MB(200)); in test_memcg_high_sync() 738 cg_run_nowait(memcg, alloc_pagecache_50M_noexit, (void *)(long)fd); in test_memcg_reclaim() 745 cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(50)); in test_memcg_reclaim() 1065 pid = cg_run_nowait(memcg, tcp_server, &args); in test_memcg_sock() 1145 cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60)); in test_memcg_oom_group_leaf_events() 1146 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_leaf_events() 1147 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_leaf_events() 1213 cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60)); in test_memcg_oom_group_parent_events() 1214 cg_run_nowait(chil in test_memcg_oom_group_parent_events() [all...] |
H A D | test_cpuset.c | 116 object_pid = cg_run_nowait(child_src, idle_process_fn, NULL); in test_cpuset_perms_object() 208 object_pid = cg_run_nowait(child, idle_process_fn, NULL); in test_cpuset_perms_subtree()
|
H A D | cgroup_util.h | 47 extern int cg_run_nowait(const char *cgroup,
|
H A D | test_cpu.c | 312 return cg_run_nowait(child->cgroup, hog_cpus_timed, (void *)¶m); in weight_hog_ncpus() 475 pid = cg_run_nowait(leaf[i].cgroup, hog_cpus_timed, in run_cpucg_nested_weight_test()
|
H A D | test_zswap.c | 191 child_pid = cg_run_nowait(test_group, no_kmem_bypass_child, values); in test_no_kmem_bypass()
|
H A D | cgroup_util.c | 440 int cg_run_nowait(const char *cgroup, in cg_run_nowait() function
|
H A D | test_core.c | 94 child_pid = cg_run_nowait(cg_test, alloc_and_touch_anon_noexit, in test_cgcore_destroy()
|