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 | 1931 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj() 1958 return (clone_flags & (CLONE_VM | CLONE_VFORK)) == CLONE_VM; in need_futex_hash_allocate_default() 2323 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process() 2711 if (clone_flags & CLONE_VFORK) in kernel_clone() 2740 if (clone_flags & CLONE_VFORK) { in kernel_clone() 2759 if (clone_flags & CLONE_VFORK) { in kernel_clone() 2821 .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 | 315 if (args->flags & CLONE_VFORK) { in shstk_alloc_thread_stack()
|
| /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 | 368 return __nolibc_syscall5(__NR_clone, CLONE_VM | CLONE_VFORK | SIGCHLD, 0, 0, 0, 0); in sys_vfork()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 478 CLONE_VFORK | CLONE_VM | SIGCHLD, in start_userspace()
|