Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c358 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_from, CLONE_VFORK | in TEST_F()
362 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_to, CLONE_VFORK | in TEST_F()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/linux-6.12.1/include/uapi/linux/
Dsched.h17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/linux-6.12.1/arch/sparc/kernel/
Dprocess.c47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
/linux-6.12.1/kernel/
Dfork.c2086 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj()
2425 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process()
2775 if (clone_flags & CLONE_VFORK) in kernel_clone()
2804 if (clone_flags & CLONE_VFORK) { in kernel_clone()
2823 if (clone_flags & CLONE_VFORK) { in kernel_clone()
2887 .flags = CLONE_VFORK | CLONE_VM, in SYSCALL_DEFINE0()
/linux-6.12.1/arch/x86/kernel/
Dshstk.c212 if (clone_flags & CLONE_VFORK) { in shstk_alloc_thread_stack()
Dprocess.c191 if (p->mm && (clone_flags & (CLONE_VM | CLONE_VFORK)) == CLONE_VM) in copy_thread()
/linux-6.12.1/kernel/events/
Duprobes.c1858 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()