Searched refs:CLONE_NEWIPC (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/kernel/
H A Dnsproxy.c130 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | copy_namespaces()
140 * CLONE_NEWIPC must detach from the undolist: after switching copy_namespaces()
144 * it along with CLONE_NEWIPC. copy_namespaces()
146 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == copy_namespaces()
147 (CLONE_NEWIPC | CLONE_SYSVSEM)) copy_namespaces()
182 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | unshare_nsproxy_namespaces()
H A Dfork.c1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| check_unshare_flags()
1991 * CLONE_NEWIPC must also detach from the undolist: after switching SYSCALL_DEFINE1()
1995 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) SYSCALL_DEFINE1()
2018 if (unshare_flags & CLONE_NEWIPC) { SYSCALL_DEFINE1()
/linux-4.4.14/ipc/
H A Dnamespace.c57 if (!(flags & CLONE_NEWIPC)) copy_ipcs()
171 .type = CLONE_NEWIPC,
/linux-4.4.14/include/uapi/linux/
H A Dsched.h27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/linux-4.4.14/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c24 #ifndef CLONE_NEWIPC
25 # define CLONE_NEWIPC 0x08000000 macro
/linux-4.4.14/include/linux/
H A Dipc_namespace.h131 if (flags & CLONE_NEWIPC) copy_ipcs()

Completed in 858 milliseconds