Home
last modified time | relevance | path

Searched refs:CLONE_VFORK (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c358 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 Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/linux/kernel/
H A Dfork.c1931 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 Dstart_up.c318 pid = clone(seccomp_helper, (void *)sp, CLONE_VFORK | CLONE_VM, NULL); in init_seccomp()
/linux/arch/riscv/kernel/
H A Dusercfi.c315 if (args->flags & CLONE_VFORK) { in shstk_alloc_thread_stack()
/linux/arch/x86/kernel/
H A Dshstk.c204 if (clone_flags & CLONE_VFORK) { in shstk_alloc_thread_stack()
/linux/tools/include/nolibc/
H A Dsys.h368 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 Dprocess.c478 CLONE_VFORK | CLONE_VM | SIGCHLD, in start_userspace()