Searched refs:CLONE_NEWIPC (Results 1 – 5 of 5) sorted by relevance
133 if (!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()149 if ((flags & CLONE_NEWIPC) && (flags & CLONE_SYSVSEM)) { in copy_namespaces()190 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
1671 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET)) in check_unshare_flags()1756 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in SYSCALL_DEFINE1()
59 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()175 .type = CLONE_NEWIPC,
117 if (flags & CLONE_NEWIPC) in copy_ipcs()
27 #define CLONE_NEWIPC 0x08000000 /* New ipcs */ macro