Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h14 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h14 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h50 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h50 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprocess.c47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1880 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()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dasm-offsets.c200 DEFINE(IA64_CLONE_VFORK, CLONE_VFORK); in foo()
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c1810 if (mm == t->mm && !(flags & CLONE_VFORK)) in uprobe_copy_process()