Searched refs:CLONE_NEWIPC (Results 1 – 7 of 7) sorted by relevance
144 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()161 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()162 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()198 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
2367 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()2478 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()2501 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
82 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()201 .type = CLONE_NEWIPC,
27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
25 #ifndef CLONE_NEWIPC26 # define CLONE_NEWIPC 0x08000000 macro
137 if (flags & CLONE_NEWIPC) in copy_ipcs()