Home
last modified time | relevance | path

Searched refs:CLONE_NEWIPC (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c53 if (unshare(CLONE_NEWIPC) == -1) { in main()
74 if (unshare(CLONE_NEWIPC) == -1) { in main()
103 if (setns(nsfd, CLONE_NEWIPC) == -1) { in main()
/OK3568_Linux_fs/kernel/kernel/
H A Dnsproxy.c158 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
176 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
222 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
264 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()
282 if (flags & CLONE_NEWIPC) in check_setns_flags()
440 if (flags & CLONE_NEWIPC) { in validate_nsset()
518 if (flags & CLONE_NEWIPC) in commit_nsset()
H A Dfork.c2928 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
3041 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
3064 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
/OK3568_Linux_fs/kernel/ipc/
H A Dnamespace.c82 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
220 .type = CLONE_NEWIPC,
/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.h27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ 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.h27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ 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.h69 # define CLONE_NEWIPC 0x08000000 /* New ipcs. */ 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.h69 # define CLONE_NEWIPC 0x08000000 /* New ipcs. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c25 #ifndef CLONE_NEWIPC
26 # define CLONE_NEWIPC 0x08000000 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c45 [PIDFD_NS_IPC] = { "ipc", CLONE_NEWIPC, },
179 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
208 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
/OK3568_Linux_fs/kernel/include/linux/
H A Dipc_namespace.h150 if (flags & CLONE_NEWIPC) in copy_ipcs()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch14 CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, or CLONE_NEWUTS