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:reshape_progress
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid10.c
628
if (conf->
reshape_progress
!= MaxSector &&
in raid10_find_phys()
629
((r10bio->sector >= conf->
reshape_progress
) !=
in raid10_find_phys()
1115
bio->bi_iter.bi_sector < conf->
reshape_progress
&&
in regular_request_wait()
1116
bio->bi_iter.bi_sector + sectors > conf->
reshape_progress
) {
in regular_request_wait()
1120
conf->
reshape_progress
<= bio->bi_iter.bi_sector ||
in regular_request_wait()
1121
conf->
reshape_progress
>= bio->bi_iter.bi_sector +
in regular_request_wait()
1319
bio->bi_iter.bi_sector + sectors > conf->
reshape_progress
)
in raid10_write_request()
1321
bio->bi_iter.bi_sector < conf->
reshape_progress
))) {
in raid10_write_request()
1323
mddev->reshape_position = conf->
reshape_progress
;
in raid10_write_request()
3698
conf->
reshape_progress
in setup_conf()
[all...]
H
A
D
raid10.h
64
sector_t
reshape_progress
;
member
H
A
D
raid5.c
932
sector_t progress = conf->
reshape_progress
;
in use_new_offset()
935
*
reshape_progress
was updated.
in use_new_offset()
5829
if (unlikely(conf->
reshape_progress
!= MaxSector)) {
in raid5_make_request()
5830
/* spinlock is needed as
reshape_progress
may be
in raid5_make_request()
5833
* Of course
reshape_progress
could change after
in raid5_make_request()
5840
? logical_sector < conf->
reshape_progress
in raid5_make_request()
5841
: logical_sector >= conf->
reshape_progress
) {
in raid5_make_request()
5878
? logical_sector >= conf->
reshape_progress
in raid5_make_request()
5879
: logical_sector < conf->
reshape_progress
)
in raid5_make_request()
5968
conf->
reshape_progress
< raid5_siz
in reshape_request()
[all...]
H
A
D
raid5.h
579
/*
reshape_progress
is the leading edge of a 'reshape'
584
sector_t
reshape_progress
;
member
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid10.c
654
if (conf->
reshape_progress
!= MaxSector &&
in raid10_find_phys()
655
((r10bio->sector >= conf->
reshape_progress
) !=
in raid10_find_phys()
1155
bio->bi_iter.bi_sector < conf->
reshape_progress
&&
in regular_request_wait()
1156
bio->bi_iter.bi_sector + sectors > conf->
reshape_progress
) {
in regular_request_wait()
1164
conf->
reshape_progress
<= bio->bi_iter.bi_sector ||
in regular_request_wait()
1165
conf->
reshape_progress
>= bio->bi_iter.bi_sector +
in regular_request_wait()
1442
bio->bi_iter.bi_sector + sectors > conf->
reshape_progress
)
in raid10_write_request()
1444
bio->bi_iter.bi_sector < conf->
reshape_progress
))) {
in raid10_write_request()
1446
mddev->reshape_position = conf->
reshape_progress
;
in raid10_write_request()
4101
conf->
reshape_progress
in setup_conf()
[all...]
H
A
D
raid10.h
64
sector_t
reshape_progress
;
member
H
A
D
raid5.c
1014
sector_t progress = conf->
reshape_progress
;
in use_new_offset()
1017
*
reshape_progress
was updated.
in use_new_offset()
5905
conf->
reshape_progress
))
in stripe_ahead_of_reshape()
5989
if (unlikely(conf->
reshape_progress
!= MaxSector)) {
in make_stripe_request()
5991
* Spinlock is needed as
reshape_progress
may be
in make_stripe_request()
5994
* Of course
reshape_progress
could change after
in make_stripe_request()
6001
conf->
reshape_progress
)) {
in make_stripe_request()
6192
(conf->
reshape_progress
!= MaxSector) &&
in raid5_make_request()
6193
!ahead_of_reshape(mddev, logical_sector, conf->
reshape_progress
) &&
in raid5_make_request()
6209
if (likely(conf->
reshape_progress
in raid5_make_request()
[all...]
H
A
D
raid5.h
591
/*
reshape_progress
is the leading edge of a 'reshape'
596
sector_t
reshape_progress
;
member
Completed in 34 milliseconds