Searched refs:CLONE_VFORK (Results 1 – 5 of 5) sorted by relevance
14 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
1904 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process()2155 if (clone_flags & CLONE_VFORK) in _do_fork()2185 if (clone_flags & CLONE_VFORK) { in _do_fork()2197 if (clone_flags & CLONE_VFORK) { in _do_fork()2244 return _do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, 0, in SYSCALL_DEFINE0()
200 DEFINE(IA64_CLONE_VFORK, CLONE_VFORK); in foo()
1505 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()