Searched refs:CLONE_VFORK (Results 1 – 10 of 10) sorted by relevance
14 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
50 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
1880 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj()2221 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process()2546 if (clone_flags & CLONE_VFORK) in kernel_clone()2577 if (clone_flags & CLONE_VFORK) { in kernel_clone()2589 if (clone_flags & CLONE_VFORK) { in kernel_clone()2634 .flags = CLONE_VFORK | CLONE_VM, in SYSCALL_DEFINE0()
200 DEFINE(IA64_CLONE_VFORK, CLONE_VFORK); in foo()
1810 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()