Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsched.h17 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/linux-4.1.27/kernel/
Dnsproxy.c146 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
147 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
Dfork.c1852 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()
1963 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in SYSCALL_DEFINE1()
/linux-4.1.27/Documentation/
Dunshare.txt255 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
/linux-4.1.27/ipc/
Dsem.c2042 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()