Searched refs:__STACK_SIZE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 267 #define __STACK_SIZE (8 * 1024 * 1024) macro 272 stack = malloc(__STACK_SIZE); in do_clone() 277 return __clone2(fn, stack, __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone() 279 return clone(fn, stack + __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone()
|
| /linux-6.15/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 18 #define __STACK_SIZE (8 * 1024 * 1024) macro 24 stack = malloc(__STACK_SIZE); in do_clone() 29 ret = __clone2(fn, stack, __STACK_SIZE, flags | SIGCHLD, arg); in do_clone() 31 ret = clone(fn, stack + __STACK_SIZE, flags | SIGCHLD, arg); in do_clone()
|
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | utils.c | 135 #define __STACK_SIZE (8 * 1024 * 1024) macro 140 stack = malloc(__STACK_SIZE); in do_clone() 145 return __clone2(fn, stack, __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone() 147 return clone(fn, stack + __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone()
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 1196 #define __STACK_SIZE (8 * 1024 * 1024) macro 1201 stack = malloc(__STACK_SIZE); in do_clone() 1206 return __clone2(fn, stack, __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone() 1208 return clone(fn, stack + __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone()
|