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:PIDFD_NONBLOCK
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H
A
D
pidfd.h
49
#ifndef
PIDFD_NONBLOCK
50
#define
PIDFD_NONBLOCK
O_NONBLOCK
macro
H
A
D
pidfd_wait.c
160
pidfd = sys_pidfd_open(getpid(),
PIDFD_NONBLOCK
);
in TEST()
162
/* pidfd_open() doesn't support
PIDFD_NONBLOCK
. */
in TEST()
164
SKIP(return, "Skipping
PIDFD_NONBLOCK
test");
in TEST()
180
pidfd = sys_pidfd_open(pid,
PIDFD_NONBLOCK
);
in TEST()
182
/* pidfd_open() doesn't support
PIDFD_NONBLOCK
. */
in TEST()
184
SKIP(return, "Skipping
PIDFD_NONBLOCK
test");
in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H
A
D
pidfd.h
49
#ifndef
PIDFD_NONBLOCK
50
#define
PIDFD_NONBLOCK
O_NONBLOCK
macro
H
A
D
pidfd_wait.c
169
pidfd = sys_pidfd_open(getpid(),
PIDFD_NONBLOCK
);
in TEST()
171
/* pidfd_open() doesn't support
PIDFD_NONBLOCK
. */
in TEST()
173
SKIP(return, "Skipping
PIDFD_NONBLOCK
test");
in TEST()
189
pidfd = sys_pidfd_open(pid,
PIDFD_NONBLOCK
);
in TEST()
191
/* pidfd_open() doesn't support
PIDFD_NONBLOCK
. */
in TEST()
193
SKIP(return, "Skipping
PIDFD_NONBLOCK
test");
in TEST()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
pidfd.h
10
#define
PIDFD_NONBLOCK
O_NONBLOCK
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
pidfd.h
10
#define
PIDFD_NONBLOCK
O_NONBLOCK
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
pidfd.h
23
#define
PIDFD_NONBLOCK
O_NONBLOCK
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
pidfd.h
23
#define
PIDFD_NONBLOCK
O_NONBLOCK
macro
/kernel/linux/linux-5.10/kernel/
H
A
D
pid.c
589
if (flags & ~
PIDFD_NONBLOCK
)
in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/kernel/
H
A
D
pid.c
632
if (flags & ~
PIDFD_NONBLOCK
)
in SYSCALL_DEFINE2()
Completed in 6 milliseconds