Searched refs:cg_run_nowait (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 206 cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_simple() 294 cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgfreezer_tree() 295 cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgfreezer_tree() 296 cg_run_nowait(cgroup[9], 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() 428 cg_run_nowait(cgroup, forkbomb_fn, NULL); in test_cgfreezer_forkbomb() 478 pid = cg_run_nowait(child, child_fn, NULL); in test_cgfreezer_mkdir() 584 pid = cg_run_nowait(cgroup[0], child_fn, NULL); in test_cgfreezer_migrate() 653 pid = cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_ptrace() [all …]
|
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(memcg, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_score_events()
|
D | cgroup_util.h | 38 extern int cg_run_nowait(const char *cgroup,
|
D | cgroup_util.c | 316 int cg_run_nowait(const char *cgroup, in cg_run_nowait() function
|