Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CLONE_SYSVSEM
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
sched.h
18
#define
CLONE_SYSVSEM
0x00040000
macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
sched.h
21
#define
CLONE_SYSVSEM
0x00040000 /* share system V SEM_UNDO semantics */
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
sched.h
21
#define
CLONE_SYSVSEM
0x00040000 /* share system V SEM_UNDO semantics */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
sched.h
21
#define
CLONE_SYSVSEM
0x00040000 /* share system V SEM_UNDO semantics */
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
sched.h
21
#define
CLONE_SYSVSEM
0x00040000 /* share system V SEM_UNDO semantics */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
sched.h
33
#define
CLONE_SYSVSEM
0x00040000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
sched.h
33
#define
CLONE_SYSVSEM
0x00040000
macro
/kernel/linux/linux-5.10/kernel/
H
A
D
nsproxy.c
172
* 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
D
fork.c
2903
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
D
nsproxy.c
172
* 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
D
fork.c
3326
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
D
sem.c
66
* (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
D
sem.c
66
* (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