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:raid_end_bio_io
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
292
*
raid_end_bio_io
() is called when we have finished servicing a mirrored
306
static void
raid_end_bio_io
(struct r1bio *r1_bio)
in raid_end_bio_io()
function
393
raid_end_bio_io
(r1_bio);
in raid1_end_read_request()
438
raid_end_bio_io
(r1_bio);
in r1_bio_write_done()
1259
raid_end_bio_io
(r1_bio);
in raid1_read_request()
2461
raid_end_bio_io
(r1_bio);
in handle_write_finished()
2536
raid_end_bio_io
(r1_bio);
in raid1d()
H
A
D
raid10.c
288
*
raid_end_bio_io
() is called when we have finished servicing a mirrored
292
static void
raid_end_bio_io
(struct r10bio *r10_bio)
in raid_end_bio_io()
function
386
raid_end_bio_io
(r10_bio);
in raid10_end_read_request()
422
raid_end_bio_io
(r10_bio);
in one_write_done()
1177
raid_end_bio_io
(r10_bio);
in raid10_read_request()
2712
raid_end_bio_io
(r10_bio);
in handle_write_completed()
2749
raid_end_bio_io
(r10_bio);
in raid10d()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.c
296
*
raid_end_bio_io
() is called when we have finished servicing a mirrored
310
static void
raid_end_bio_io
(struct r1bio *r1_bio)
in raid_end_bio_io()
function
398
raid_end_bio_io
(r1_bio);
in raid1_end_read_request()
442
raid_end_bio_io
(r1_bio);
in r1_bio_write_done()
1278
raid_end_bio_io
(r1_bio);
in raid1_read_request()
2503
raid_end_bio_io
(r1_bio);
in handle_write_finished()
2580
raid_end_bio_io
(r1_bio);
in raid1d()
H
A
D
raid10.c
316
*
raid_end_bio_io
() is called when we have finished servicing a mirrored
320
static void
raid_end_bio_io
(struct r10bio *r10_bio)
in raid_end_bio_io()
function
413
raid_end_bio_io
(r10_bio);
in raid10_end_read_request()
448
raid_end_bio_io
(r10_bio);
in one_write_done()
1223
raid_end_bio_io
(r10_bio);
in raid10_read_request()
3098
raid_end_bio_io
(r10_bio);
in handle_write_completed()
3135
raid_end_bio_io
(r10_bio);
in raid10d()
Completed in 35 milliseconds