Home
last modified time | relevance | path

Searched refs:__STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c267 #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.6.21/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c1171 #define __STACK_SIZE (8 * 1024 * 1024) macro
1176 stack = malloc(__STACK_SIZE); in do_clone()
1181 return __clone2(fn, stack, __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone()
1183 return clone(fn, stack + __STACK_SIZE, flags | SIGCHLD, arg, NULL); in do_clone()