Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsched.h18 #define CLONE_SYSVSEM 0x00040000 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h33 #define CLONE_SYSVSEM 0x00040000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h33 #define CLONE_SYSVSEM 0x00040000 macro
/kernel/linux/linux-5.10/kernel/
H A Dnsproxy.c172 * namespace are unreachable. In clone parlance, CLONE_SYSVSEM in copy_namespaces()
176 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
177 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
H A Dfork.c2903 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()
3017 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
3036 * CLONE_SYSVSEM is equivalent to sys_exit(). in ksys_unshare()
/kernel/linux/linux-6.6/kernel/
H A Dnsproxy.c172 * namespace are unreachable. In clone parlance, CLONE_SYSVSEM in copy_namespaces()
176 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
177 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
H A Dfork.c3326 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()
3440 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
3465 * CLONE_SYSVSEM is equivalent to sys_exit(). in ksys_unshare()
/kernel/linux/linux-5.10/ipc/
H A Dsem.c66 * (see copy_semundo, CLONE_SYSVSEM)
160 * that may be shared among all a CLONE_SYSVSEM task group.
2283 /* If CLONE_SYSVSEM is set, establish sharing of SEM_UNDO state between
2292 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()
/kernel/linux/linux-6.6/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) { in copy_semundo()

Completed in 16 milliseconds