Home
last modified time | relevance | path

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

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