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:repl_bio
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid10.c
174
r10_bio->devs[j].
repl_bio
= bio;
in r10buf_pool_alloc()
181
struct bio *rbio = r10_bio->devs[j].
repl_bio
;
in r10buf_pool_alloc()
219
if (r10_bio->devs[j].
repl_bio
)
in r10buf_pool_alloc()
220
bio_uninit(r10_bio->devs[j].
repl_bio
);
in r10buf_pool_alloc()
221
kfree(r10_bio->devs[j].
repl_bio
);
in r10buf_pool_alloc()
246
bio = r10bio->devs[j].
repl_bio
;
in r10buf_pool_free()
268
bio = &r10_bio->devs[i].
repl_bio
;
in put_all_bios()
361
if (r10_bio->devs[slot].
repl_bio
== bio) {
in find_bio_disk()
542
r10_bio->devs[slot].
repl_bio
= IO_MADE_GOOD;
in raid10_end_write_request()
1294
r10_bio->devs[n_copy].
repl_bio
in raid10_write_one_disk()
[all...]
H
A
D
raid10.h
148
struct bio *
repl_bio
; /* used for resync and
member
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid10.h
149
struct bio *
repl_bio
; /* used for resync and
member
H
A
D
raid10.c
157
r10_bio->devs[j].
repl_bio
= bio;
in r10buf_pool_alloc()
164
struct bio *rbio = r10_bio->devs[j].
repl_bio
;
in r10buf_pool_alloc()
201
if (r10_bio->devs[j].
repl_bio
)
in r10buf_pool_alloc()
202
bio_put(r10_bio->devs[j].
repl_bio
);
in r10buf_pool_alloc()
226
bio = r10bio->devs[j].
repl_bio
;
in r10buf_pool_free()
246
bio = &r10_bio->devs[i].
repl_bio
;
in put_all_bios()
333
if (r10_bio->devs[slot].
repl_bio
== bio) {
in find_bio_disk()
516
r10_bio->devs[slot].
repl_bio
= IO_MADE_GOOD;
in raid10_end_write_request()
1248
r10_bio->devs[n_copy].
repl_bio
= mbio;
in raid10_write_one_disk()
1350
r10_bio->read_slot = -1; /* make sure
repl_bio
get
in raid10_write_request()
[all...]
Completed in 8 milliseconds