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

/linux-master/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/linux-master/kernel/
H A Dnsproxy.c171 * namespace are unreachable. In clone parlance, CLONE_SYSVSEM
175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) ==
176 (CLONE_NEWIPC | CLONE_SYSVSEM))
H A Dfork.c3198 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM|
3312 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM))
3337 * CLONE_SYSVSEM is equivalent to sys_exit().
/linux-master/ipc/
H A Dsem.c66 * (see copy_semundo, CLONE_SYSVSEM)
160 * that may be shared among all a CLONE_SYSVSEM task group.
2302 /* If CLONE_SYSVSEM is set, establish sharing of SEM_UNDO state between
2311 if (clone_flags & CLONE_SYSVSEM) {

Completed in 144 milliseconds