Home
last modified time | relevance | path

Searched refs:__clone_args (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/tools/testing/selftests/clone3/
Dclone3.c34 struct __clone_args args = { in call_clone3()
40 struct __clone_args args; in call_clone3()
48 if (size > sizeof(struct __clone_args)) in call_clone3()
52 size = sizeof(struct __clone_args); in call_clone3()
73 memcpy(&args_ext.args, &args, sizeof(struct __clone_args)); in call_clone3()
75 pid = sys_clone3((struct __clone_args *)&args_ext, size); in call_clone3()
147 test_clone3(0, sizeof(struct __clone_args) + 8, 0, CLONE3_ARGS_NO_TEST); in main()
161 test_clone3(0, sizeof(struct __clone_args) + 8, 0, CLONE3_ARGS_ALL_0); in main()
163 test_clone3(0, sizeof(struct __clone_args) + 16, -E2BIG, in main()
166 test_clone3(0, sizeof(struct __clone_args) * 2, -E2BIG, in main()
[all …]
Dclone3_selftests.h26 struct __clone_args { struct
49 static pid_t sys_clone3(struct __clone_args *args, size_t size) in sys_clone3() argument
59 struct __clone_args args = {}; in test_clone3_supported()
Dclone3_clear_sighand.c50 struct __clone_args args = {}; in test_clone3_clear_sighand()
Dclone3_cap_checkpoint_restore.c47 struct __clone_args args = { in call_clone3_set_tid()
Dclone3_set_tid.c49 struct __clone_args args = { in call_clone3_set_tid()
/Linux-v5.10/tools/testing/selftests/pidfd/
Dpidfd_setns_test.c77 struct __clone_args args = { in create_child()
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3820 struct __clone_args args = { in TEST()
3874 struct __clone_args args = { in TEST()