Searched refs:CLONE_ARGS_SIZE_VER0 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/clone3/ |
H A D | clone3.c | 145 test_clone3(0, CLONE_ARGS_SIZE_VER0, 0, CLONE3_ARGS_NO_TEST); in main() 148 test_clone3(0, CLONE_ARGS_SIZE_VER0 - 8, -EINVAL, CLONE3_ARGS_NO_TEST); in main() 178 test_clone3(CLONE_NEWPID, CLONE_ARGS_SIZE_VER0, 0, in main() 184 test_clone3(CLONE_NEWPID, CLONE_ARGS_SIZE_VER0 - 8, -EINVAL, in main()
|
H A D | clone3_selftests.h | 35 #ifndef CLONE_ARGS_SIZE_VER0 36 #define CLONE_ARGS_SIZE_VER0 64 /* sizeof first published struct */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | sched.h | 107 #define CLONE_ARGS_SIZE_VER0 64 /* sizeof first published struct */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | sched.h | 107 #define CLONE_ARGS_SIZE_VER0 64 /* sizeof first published struct */ macro
|
/openbmc/linux/kernel/ |
H A D | fork.c | 3067 CLONE_ARGS_SIZE_VER0); in copy_clone_args_from_user() 3076 if (unlikely(usize < CLONE_ARGS_SIZE_VER0)) in copy_clone_args_from_user()
|