Home
last modified time | relevance | path

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

/linux-6.15/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 | in TEST_F()
362 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_to, CLONE_VFORK | in TEST_F()
/linux-6.15/tools/perf/trace/beauty/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-6.15/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-6.15/arch/sparc/kernel/
H A Dprocess.c47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
/linux-6.15/arch/arm64/mm/
H A Dgcs.c52 if ((args->flags & (CLONE_VFORK | CLONE_VM)) != CLONE_VM) { in gcs_alloc_thread_stack()
/linux-6.15/kernel/
H A Dfork.c2142 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj()
2484 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process()
2834 if (clone_flags & CLONE_VFORK) in kernel_clone()
2863 if (clone_flags & CLONE_VFORK) { in kernel_clone()
2882 if (clone_flags & CLONE_VFORK) { in kernel_clone()
2946 .flags = CLONE_VFORK | CLONE_VM, in SYSCALL_DEFINE0()
/linux-6.15/arch/x86/kernel/
H A Dshstk.c212 if (clone_flags & CLONE_VFORK) { in shstk_alloc_thread_stack()
H A Dprocess.c197 if (p->mm && (clone_flags & (CLONE_VM | CLONE_VFORK)) == CLONE_VM) in copy_thread()
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c353 CLONE_VFORK | CLONE_VM | SIGCHLD, in start_userspace()
/linux-6.15/kernel/events/
H A Duprobes.c2168 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()