/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | asm-offsets.c | 37 DEFINE(CLONE_VM, CLONE_VM); in foo()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | asm-offsets.c | 39 DEFINE(CLONE_VM, CLONE_VM); in foo()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 1745 if (clone_flags & CLONE_VM) { in copy_mm() 2222 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj() 2289 if ((clone_flags & CLONE_SIGHAND) && !(clone_flags & CLONE_VM)) in copy_process() 2564 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process() 2836 .flags = CLONE_VM, in fork_idle() 2863 .flags = ((lower_32_bits(flags) | CLONE_VM | in create_io_thread() 2948 if (IS_ENABLED(CONFIG_LRU_GEN) && !(clone_flags & CLONE_VM)) { in kernel_clone() 2978 .flags = ((lower_32_bits(flags) | CLONE_VM | in kernel_thread() [all...] |
H A D | vhost_task.c | 110 .flags = CLONE_FS | CLONE_UNTRACED | CLONE_VM | in vhost_task_create()
|
H A D | nsproxy.c | 161 if ((flags & CLONE_VM) || in copy_namespaces() 184 if ((flags & CLONE_VM) == 0) in copy_namespaces()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | thread-self.c | 59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | thread-self.c | 59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sched.h | 9 #define CLONE_VM 0x00000100 macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 1446 if (clone_flags & CLONE_VM) { in copy_mm() 1862 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj() 1917 if ((clone_flags & CLONE_SIGHAND) && !(clone_flags & CLONE_VM)) in copy_process() 1944 if (clone_flags & (CLONE_THREAD | CLONE_VM)) { in copy_process() 2207 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process() 2447 .flags = CLONE_VM, in fork_idle() 2470 .flags = ((lower_32_bits(flags) | CLONE_VM | in create_io_thread() 2576 .flags = ((lower_32_bits(flags) | CLONE_VM | in kernel_thread() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 359 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F() 363 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ubd_user.c | 50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ubd_user.c | 50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | user_events.h | 45 if (clone_flags & CLONE_VM) { in user_events_fork()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sched.h | 23 #define CLONE_VM 0x00000100 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 23 #define CLONE_VM 0x00000100 macro
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | process.c | 47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | process.c | 47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
H A D | hashchk_test.c | 205 CLONE_VM | SIGCHLD, NULL); in hashchk_clone_share_key_test()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | helper.c | 74 pid = clone(helper_child, (void *) sp, CLONE_VM, &data); in run_helper()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | helper.c | 75 pid = clone(helper_child, (void *) sp, CLONE_VM, &data); in run_helper()
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_setns_test.c | 351 ASSERT_NE(setns(self->pidfd, CLONE_VM), 0); in TEST_F() 354 ASSERT_NE(setns(self->pidfd, CLONE_NEWUSER | CLONE_VM), 0); in TEST_F()
|