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:good_sectors
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
686
sector_t
good_sectors
= first_bad - this_sector;
in read_balance()
local
687
if (
good_sectors
> best_good_sectors) {
in read_balance()
688
best_good_sectors =
good_sectors
;
in read_balance()
1428
int
good_sectors
= first_bad - r1_bio->sector;
in raid1_write_request()
local
1429
if (
good_sectors
< max_sectors)
in raid1_write_request()
1430
max_sectors =
good_sectors
;
in raid1_write_request()
2630
int
good_sectors
= RESYNC_SECTORS;
in raid1_sync_request()
local
2713
/* make sure
good_sectors
won't go across barrier unit boundary */
in raid1_sync_request()
2714
good_sectors
= align_to_barrier_unit_end(sector_nr,
good_sectors
);
in raid1_sync_request()
[all...]
H
A
D
raid10.c
788
sector_t
good_sectors
=
in read_balance()
local
790
if (
good_sectors
> best_good_sectors) {
in read_balance()
791
best_good_sectors =
good_sectors
;
in read_balance()
1428
int
good_sectors
= first_bad - dev_sector;
in raid10_write_request()
local
1429
if (
good_sectors
< max_sectors)
in raid10_write_request()
1430
max_sectors =
good_sectors
;
in raid10_write_request()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.c
690
sector_t
good_sectors
= first_bad - this_sector;
in read_balance()
local
691
if (
good_sectors
> best_good_sectors) {
in read_balance()
692
best_good_sectors =
good_sectors
;
in read_balance()
1460
int
good_sectors
= first_bad - r1_bio->sector;
in raid1_write_request()
local
1461
if (
good_sectors
< max_sectors)
in raid1_write_request()
1462
max_sectors =
good_sectors
;
in raid1_write_request()
2674
int
good_sectors
= RESYNC_SECTORS;
in raid1_sync_request()
local
2757
/* make sure
good_sectors
won't go across barrier unit boundary */
in raid1_sync_request()
2758
good_sectors
= align_to_barrier_unit_end(sector_nr,
good_sectors
);
in raid1_sync_request()
[all...]
H
A
D
raid10.c
814
sector_t
good_sectors
=
in read_balance()
local
816
if (
good_sectors
> best_good_sectors) {
in read_balance()
817
best_good_sectors =
good_sectors
;
in read_balance()
1524
int
good_sectors
= first_bad - dev_sector;
in raid10_write_request()
local
1525
if (
good_sectors
< max_sectors)
in raid10_write_request()
1526
max_sectors =
good_sectors
;
in raid10_write_request()
Completed in 19 milliseconds