Searched refs:CLONE_VFORK (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/linux-master/arch/sparc/kernel/
H A Dprocess.c47 .flags = CLONE_VFORK | CLONE_VM,
/linux-master/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c358 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_from, CLONE_VFORK |
362 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_to, CLONE_VFORK |
/linux-master/arch/x86/kernel/
H A Dshstk.c208 * For CLONE_VFORK the child will share the parents shadow stack.
212 if (clone_flags & CLONE_VFORK) {
424 * own shadow stack (CLONE_VFORK). So skip freeing it.
430 * shstk->base is NULL for CLONE_VFORK child tasks, and so is
H A Dprocess.c191 if (p->mm && (clone_flags & (CLONE_VM | CLONE_VFORK)) == CLONE_VM)
/linux-master/kernel/
H A Dfork.c2102 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM)
2441 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM)
2786 if (clone_flags & CLONE_VFORK)
2815 if (clone_flags & CLONE_VFORK) {
2834 if (clone_flags & CLONE_VFORK) {
2898 .flags = CLONE_VFORK | CLONE_VM,
/linux-master/kernel/events/
H A Duprobes.c1805 if (mm == t->mm && !(flags & CLONE_VFORK))

Completed in 155 milliseconds