Searched refs:CLONE_NEWIPC (Results 1 – 6 of 6) sorted by relevance
130 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()146 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()147 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()182 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()1995 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in SYSCALL_DEFINE1()2018 if (unshare_flags & CLONE_NEWIPC) { in SYSCALL_DEFINE1()
57 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()171 .type = CLONE_NEWIPC,
27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
131 if (flags & CLONE_NEWIPC) in copy_ipcs()
24 #ifndef CLONE_NEWIPC25 # define CLONE_NEWIPC 0x08000000 macro