Searched refs:__STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/move_mount_set_group/ |
| 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-v6.1/tools/testing/selftests/mount_setattr/ |
| D | mount_setattr_test.c | 1177 #define __STACK_SIZE (8 * 1024 * 1024) macro 1182 stack = malloc(__STACK_SIZE); in do_clone() 1187 return __clone2(fn, stack, __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone() 1189 return clone(fn, stack + __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone()
|