Searched refs:CLONE_SYSVSEM (Results 1 – 6 of 6) sorted by relevance
21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()176 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
3080 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()3194 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
283 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
2313 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()
Completed in 18 milliseconds