Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/linux-4.4.14/kernel/
Dfork.c1487 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()
/linux-4.4.14/arch/ia64/kernel/
Dasm-offsets.c203 DEFINE(IA64_CLONE_VFORK, CLONE_VFORK); in foo()
/linux-4.4.14/kernel/events/
Duprobes.c1488 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()