Searched refs:CLONE_VFORK (Results 1 – 4 of 4) sorted by relevance
13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
1487 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process()1711 if (clone_flags & CLONE_VFORK) in _do_fork()1740 if (clone_flags & CLONE_VFORK) { in _do_fork()1752 if (clone_flags & CLONE_VFORK) { in _do_fork()1802 return _do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, 0, in SYSCALL_DEFINE0()
203 DEFINE(IA64_CLONE_VFORK, CLONE_VFORK); in foo()
1488 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()