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:end_sync_read
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
1862
static void
end_sync_read
(struct bio *bio)
in end_sync_read()
function
2001
if (r1_bio->bios[d]->bi_end_io ==
end_sync_read
) {
in fix_sync_read_error()
2058
if (r1_bio->bios[d]->bi_end_io !=
end_sync_read
)
in fix_sync_read_error()
2073
if (r1_bio->bios[d]->bi_end_io !=
end_sync_read
)
in fix_sync_read_error()
2111
if (b->bi_end_io !=
end_sync_read
)
in process_checks()
2120
b->bi_end_io =
end_sync_read
;
in process_checks()
2128
if (r1_bio->bios[primary]->bi_end_io ==
end_sync_read
&&
in process_checks()
2146
if (sbio->bi_end_io !=
end_sync_read
)
in process_checks()
2199
(wbio->bi_end_io ==
end_sync_read
&&
in sync_request_write()
2754
bio->bi_end_io =
end_sync_read
;
in raid1_sync_request()
[all...]
H
A
D
raid10.c
1912
static void
end_sync_read
(struct bio *bio)
in end_sync_read()
function
2044
if (tbio->bi_end_io !=
end_sync_read
)
in sync_request_write()
3039
* To
end_sync_read
if we want to read, and
in raid10_sync_request()
3170
bio->bi_end_io =
end_sync_read
;
in raid10_sync_request()
3370
bio->bi_end_io =
end_sync_read
;
in raid10_sync_request()
3498
if (bio->bi_end_io ==
end_sync_read
) {
in raid10_sync_request()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.c
1908
static void
end_sync_read
(struct bio *bio)
in end_sync_read()
function
2047
if (r1_bio->bios[d]->bi_end_io ==
end_sync_read
) {
in fix_sync_read_error()
2103
if (r1_bio->bios[d]->bi_end_io !=
end_sync_read
)
in fix_sync_read_error()
2118
if (r1_bio->bios[d]->bi_end_io !=
end_sync_read
)
in fix_sync_read_error()
2156
if (b->bi_end_io !=
end_sync_read
)
in process_checks()
2164
b->bi_end_io =
end_sync_read
;
in process_checks()
2172
if (r1_bio->bios[primary]->bi_end_io ==
end_sync_read
&&
in process_checks()
2190
if (sbio->bi_end_io !=
end_sync_read
)
in process_checks()
2243
(wbio->bi_end_io ==
end_sync_read
&&
in sync_request_write()
2798
bio->bi_end_io =
end_sync_read
;
in raid1_sync_request()
[all...]
H
A
D
raid10.c
2304
static void
end_sync_read
(struct bio *bio)
in end_sync_read()
function
2436
if (tbio->bi_end_io !=
end_sync_read
)
in sync_request_write()
3439
* To
end_sync_read
if we want to read, and
in raid10_sync_request()
3569
bio->bi_end_io =
end_sync_read
;
in raid10_sync_request()
3773
bio->bi_end_io =
end_sync_read
;
in raid10_sync_request()
3901
if (bio->bi_end_io ==
end_sync_read
) {
in raid10_sync_request()
Completed in 19 milliseconds