Searched refs:CLONE_VFORK (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 358 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_from, CLONE_VFORK | in TEST_F() 362 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_to, CLONE_VFORK | in TEST_F()
|
| /linux/tools/include/uapi/linux/ |
| H A D | sched.h | |
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
|
| /linux/kernel/ |
| H A D | fork.c | 1974 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj() 2001 return (clone_flags & (CLONE_VM | CLONE_VFORK)) == CLONE_VM; in need_futex_hash_allocate_default() 2370 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process() 2758 if (clone_flags & CLONE_VFORK) in kernel_clone() 2787 if (clone_flags & CLONE_VFORK) { in kernel_clone() 2806 if (clone_flags & CLONE_VFORK) { in kernel_clone() 2869 .flags = CLONE_VFORK | CLONE_VM, in SYSCALL_DEFINE0()
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 318 pid = clone(seccomp_helper, (void *)sp, CLONE_VFORK | CLONE_VM, NULL); in init_seccomp()
|
| /linux/arch/riscv/kernel/ |
| H A D | usercfi.c | 311 * For CLONE_VFORK the child will share the parents shadow stack. in shstk_alloc_thread_stack() 315 if (args->flags & CLONE_VFORK) { in shstk_alloc_thread_stack() 360 * this task is not managing its own shadow stack (CLONE_VFORK). So in shstk_release()
|
| /linux/arch/x86/kernel/ |
| H A D | shstk.c | 204 if (clone_flags & CLONE_VFORK) { in shstk_alloc_thread_stack()
|
| /linux/tools/include/nolibc/ |
| H A D | sys.h | 393 return __nolibc_syscall5(__NR_clone, CLONE_VM | CLONE_VFORK | SIGCHLD, 0, 0, 0, 0);
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 478 CLONE_VFORK | CLONE_VM | SIGCHLD, in start_userspace()
|