Searched refs:CLONE_SYSVSEM (Results 1 – 5 of 5) sorted by relevance
17 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
146 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()147 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
1852 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()1963 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in SYSCALL_DEFINE1()
255 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
2042 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()