Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dnsproxy.c133 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()
Dfork.c1671 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET)) in check_unshare_flags()
1756 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in SYSCALL_DEFINE1()
/linux-3.4.99/ipc/
Dnamespace.c59 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
175 .type = CLONE_NEWIPC,
/linux-3.4.99/include/linux/
Dipc_namespace.h117 if (flags & CLONE_NEWIPC) in copy_ipcs()
Dsched.h27 #define CLONE_NEWIPC 0x08000000 /* New ipcs */ macro