Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/kernel/
Dfork.c1481 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process()
1694 if (clone_flags & CLONE_VFORK) in do_fork()
1723 if (clone_flags & CLONE_VFORK) { in do_fork()
1735 if (clone_flags & CLONE_VFORK) { in do_fork()
1771 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, 0, in SYSCALL_DEFINE0()
/linux-4.1.27/arch/ia64/kernel/
Dasm-offsets.c203 DEFINE(IA64_CLONE_VFORK, CLONE_VFORK); in foo()
/linux-4.1.27/kernel/events/
Duprobes.c1480 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()