Searched refs:clone_reap (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_cpuset.c | 134 (void)clone_reap(object_pid, WEXITED); in test_cpuset_perms_object() 220 (void)clone_reap(object_pid, WEXITED); in test_cpuset_perms_subtree()
|
H A D | cgroup_util.h | 61 extern int clone_reap(pid_t pid, int options);
|
H A D | test_core.c | 219 (void)clone_reap(pid, WSTOPPED); in test_cgcore_populated() 221 (void)clone_reap(pid, WEXITED); in test_cgcore_populated() 241 (void)clone_reap(pid, WEXITED); in test_cgcore_populated()
|
H A D | cgroup_util.c | 376 int clone_reap(pid_t pid, int options) in clone_reap() function 603 (void)clone_reap(pid, WEXITED); in clone_into_cgroup_run_wait()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.h | 54 extern int clone_reap(pid_t pid, int options);
|
H A D | test_core.c | 219 (void)clone_reap(pid, WSTOPPED); in test_cgcore_populated() 221 (void)clone_reap(pid, WEXITED); in test_cgcore_populated() 241 (void)clone_reap(pid, WEXITED); in test_cgcore_populated()
|
H A D | cgroup_util.c | 363 int clone_reap(pid_t pid, int options) in clone_reap() function 576 (void)clone_reap(pid, WEXITED); in clone_into_cgroup_run_wait()
|
Completed in 5 milliseconds