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:wo_flags
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
exit.c
1021
int
wo_flags
;
member
1048
if (ptrace || (wo->
wo_flags
& __WALL))
in eligible_child()
1059
if ((p->exit_signal != SIGCHLD) ^ !!(wo->
wo_flags
& __WCLONE))
in eligible_child()
1078
if (!likely(wo->
wo_flags
& WEXITED))
in wait_task_zombie()
1081
if (unlikely(wo->
wo_flags
& WNOWAIT)) {
in wait_task_zombie()
1241
if (!ptrace && !(wo->
wo_flags
& WUNTRACED))
in wait_task_stopped()
1258
if (!unlikely(wo->
wo_flags
& WNOWAIT))
in wait_task_stopped()
1283
if (likely(!(wo->
wo_flags
& WNOWAIT)))
in wait_task_stopped()
1308
if (!unlikely(wo->
wo_flags
& WCONTINUED))
in wait_task_continued()
1320
if (!unlikely(wo->
wo_flags
in wait_task_continued()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
exit.c
1061
int
wo_flags
;
member
1088
if (ptrace || (wo->
wo_flags
& __WALL))
in eligible_child()
1099
if ((p->exit_signal != SIGCHLD) ^ !!(wo->
wo_flags
& __WCLONE))
in eligible_child()
1118
if (!likely(wo->
wo_flags
& WEXITED))
in wait_task_zombie()
1121
if (unlikely(wo->
wo_flags
& WNOWAIT)) {
in wait_task_zombie()
1282
if (!ptrace && !(wo->
wo_flags
& WUNTRACED))
in wait_task_stopped()
1299
if (!unlikely(wo->
wo_flags
& WNOWAIT))
in wait_task_stopped()
1324
if (likely(!(wo->
wo_flags
& WNOWAIT)))
in wait_task_stopped()
1349
if (!unlikely(wo->
wo_flags
& WCONTINUED))
in wait_task_continued()
1361
if (!unlikely(wo->
wo_flags
in wait_task_continued()
[all...]
Completed in 4 milliseconds