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:WQ_FLAG_DONE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
filemap.c
1046
* WQ_FLAG_WOKEN, we set
WQ_FLAG_DONE
to let the waiter easily see
1070
flags |=
WQ_FLAG_DONE
;
in wake_page_function()
1189
wait->flags |= WQ_FLAG_WOKEN |
WQ_FLAG_DONE
;
in trylock_page_bit_common()
1251
* the WQ_FLAG_WOKEN and
WQ_FLAG_DONE
flag, to
in wait_on_page_bit_common()
1286
if (flags &
WQ_FLAG_DONE
)
in wait_on_page_bit_common()
1298
wait->flags |=
WQ_FLAG_DONE
;
in wait_on_page_bit_common()
1327
* waiter, but an exclusive one requires
WQ_FLAG_DONE
.
in wait_on_page_bit_common()
1330
return wait->flags &
WQ_FLAG_DONE
? 0 : -EINTR;
in wait_on_page_bit_common()
/kernel/linux/linux-6.6/mm/
H
A
D
filemap.c
1079
* WQ_FLAG_WOKEN, we set
WQ_FLAG_DONE
to let the waiter easily see
1103
flags |=
WQ_FLAG_DONE
;
in wake_page_function()
1215
wait->flags |= WQ_FLAG_WOKEN |
WQ_FLAG_DONE
;
in folio_trylock_flag()
1275
* the WQ_FLAG_WOKEN and
WQ_FLAG_DONE
flag, to
in folio_wait_bit_common()
1310
if (flags &
WQ_FLAG_DONE
)
in folio_wait_bit_common()
1322
wait->flags |=
WQ_FLAG_DONE
;
in folio_wait_bit_common()
1350
* waiter, but an exclusive one requires
WQ_FLAG_DONE
.
in folio_wait_bit_common()
1353
return wait->flags &
WQ_FLAG_DONE
? 0 : -EINTR;
in folio_wait_bit_common()
/kernel/linux/linux-5.10/include/linux/
H
A
D
wait.h
24
#define
WQ_FLAG_DONE
0x10
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
wait.h
24
#define
WQ_FLAG_DONE
0x10
macro
Completed in 16 milliseconds