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:endio_wait
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-integrity.c
214
/* these variables are locked with
endio_wait
.lock */
217
wait_queue_head_t
endio_wait
;
member
1174
spin_lock_irqsave(&ic->
endio_wait
.lock, flags);
in remove_range()
1176
spin_unlock_irqrestore(&ic->
endio_wait
.lock, flags);
in remove_range()
1186
spin_unlock_irq(&ic->
endio_wait
.lock);
in wait_and_add_new_range()
1188
spin_lock_irq(&ic->
endio_wait
.lock);
in wait_and_add_new_range()
1443
__add_wait_queue(&ic->
endio_wait
, &wait);
in sleep_on_endio_wait()
1445
spin_unlock_irq(&ic->
endio_wait
.lock);
in sleep_on_endio_wait()
1447
spin_lock_irq(&ic->
endio_wait
.lock);
in sleep_on_endio_wait()
1448
__remove_wait_queue(&ic->
endio_wait
,
in sleep_on_endio_wait()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-integrity.c
224
/* these variables are locked with
endio_wait
.lock */
227
wait_queue_head_t
endio_wait
;
member
1276
spin_lock_irqsave(&ic->
endio_wait
.lock, flags);
in remove_range()
1278
spin_unlock_irqrestore(&ic->
endio_wait
.lock, flags);
in remove_range()
1288
spin_unlock_irq(&ic->
endio_wait
.lock);
in wait_and_add_new_range()
1290
spin_lock_irq(&ic->
endio_wait
.lock);
in wait_and_add_new_range()
1548
__add_wait_queue(&ic->
endio_wait
, &wait);
in sleep_on_endio_wait()
1550
spin_unlock_irq(&ic->
endio_wait
.lock);
in sleep_on_endio_wait()
1552
spin_lock_irq(&ic->
endio_wait
.lock);
in sleep_on_endio_wait()
1553
__remove_wait_queue(&ic->
endio_wait
,
in sleep_on_endio_wait()
[all...]
Completed in 8 milliseconds