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:read_slot
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid10.h
135
int
read_slot
;
member
152
* (
read_slot
>= 0) */
H
A
D
raid10.c
247
if (r10_bio->
read_slot
< 0 && !BIO_SPECIAL(*bio))
in put_all_bios()
357
slot = r10_bio->
read_slot
;
in raid10_end_read_request()
850
r10_bio->
read_slot
= slot;
in read_balance()
1137
int slot = r10_bio->
read_slot
;
in raid10_read_request()
1196
slot = r10_bio->
read_slot
;
in raid10_read_request()
1350
r10_bio->
read_slot
= -1; /* make sure repl_bio gets freed */
in raid10_write_request()
1512
r10_bio->
read_slot
= -1;
in __make_request()
1926
__end_sync_read(r10_bio, bio, r10_bio->
read_slot
);
in end_reshape_read()
2342
int d = r10_bio->devs[r10_bio->
read_slot
].devnum;
in fix_read_error()
2366
r10_bio->devs[r10_bio->
read_slot
]
in fix_read_error()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid10.h
134
int
read_slot
;
member
151
* (
read_slot
>= 0) */
H
A
D
raid10.c
269
if (r10_bio->
read_slot
< 0 && !BIO_SPECIAL(*bio))
in put_all_bios()
384
slot = r10_bio->
read_slot
;
in raid10_end_read_request()
876
r10_bio->
read_slot
= slot;
in read_balance()
1182
int slot = r10_bio->
read_slot
;
in raid10_read_request()
1242
slot = r10_bio->
read_slot
;
in raid10_read_request()
1472
r10_bio->
read_slot
= -1; /* make sure repl_bio gets freed */
in raid10_write_request()
1581
r10_bio->
read_slot
= -1;
in __make_request()
2318
__end_sync_read(r10_bio, bio, r10_bio->
read_slot
);
in end_reshape_read()
2729
int sectors = r10_bio->sectors, slot = r10_bio->
read_slot
;
in fix_read_error()
2966
int slot = r10_bio->
read_slot
;
in handle_read_error()
[all...]
Completed in 9 milliseconds