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_conf
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-log.h
62
struct r5conf *conf = sh->
raid_conf
;
in log_stripe()
83
struct r5conf *conf = sh->
raid_conf
;
in log_stripe_write_finished()
H
A
D
raid5.h
203
struct r5conf *
raid_conf
;
member
788
return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->
raid_conf
);
in raid5_get_page_offset()
H
A
D
raid5.c
168
struct r5conf *conf = sh->
raid_conf
;
in raid5_wakeup_stripe_thread()
384
struct r5conf *conf = sh->
raid_conf
;
in raid5_release_stripe()
513
int num = sh->
raid_conf
->pool_size;
in shrink_buffers()
536
int num = sh->
raid_conf
->pool_size;
in grow_buffers()
567
struct r5conf *conf = sh->
raid_conf
;
in init_stripe()
778
BUG_ON(sh->overwrite_disks > (sh->disks - sh->
raid_conf
->max_degraded));
in is_full_stripe_write()
779
return sh->overwrite_disks == (sh->disks - sh->
raid_conf
->max_degraded);
in is_full_stripe_write()
806
struct r5conf *conf = sh->
raid_conf
;
in stripe_can_batch()
1059
struct r5conf *conf = sh->
raid_conf
;
in ops_run_io()
1316
struct r5conf *conf = sh->
raid_conf
;
in async_copy_data()
[all...]
H
A
D
raid5-cache.c
451
struct r5conf *conf = sh->
raid_conf
;
in r5c_make_stripe_write_out()
494
struct r5l_log *log = sh->
raid_conf
->log;
in r5c_finish_cache_stripe()
994
struct r5conf *conf = sh->
raid_conf
;
in r5l_write_stripe()
1975
r5l_recovery_replay_one_stripe(sh->
raid_conf
, sh, ctx);
in r5c_recovery_replay_stripes()
2762
struct r5conf *conf = sh->
raid_conf
;
in r5c_release_extra_page()
2788
struct r5conf *conf = sh->
raid_conf
;
in r5c_use_extra_page()
2891
struct r5conf *conf = sh->
raid_conf
;
in r5c_cache_data()
H
A
D
raid5-ppl.c
274
struct r5conf *conf = sh->
raid_conf
;
in ppl_log_stripe()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-log.h
59
struct r5conf *conf = sh->
raid_conf
;
in log_stripe()
80
struct r5conf *conf = sh->
raid_conf
;
in log_stripe_write_finished()
H
A
D
raid5.h
204
struct r5conf *
raid_conf
;
member
793
return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->
raid_conf
);
in raid5_get_page_offset()
H
A
D
raid5.c
174
__must_hold(&sh->
raid_conf
->device_lock)
176
struct r5conf *conf = sh->
raid_conf
;
394
struct r5conf *conf = sh->
raid_conf
;
in raid5_release_stripe()
523
int num = sh->
raid_conf
->pool_size;
in shrink_buffers()
546
int num = sh->
raid_conf
->pool_size;
in grow_buffers()
577
struct r5conf *conf = sh->
raid_conf
;
in init_stripe()
876
BUG_ON(sh->overwrite_disks > (sh->disks - sh->
raid_conf
->max_degraded));
in is_full_stripe_write()
877
return sh->overwrite_disks == (sh->disks - sh->
raid_conf
->max_degraded);
in is_full_stripe_write()
904
struct r5conf *conf = sh->
raid_conf
;
in stripe_can_batch()
1141
struct r5conf *conf = sh->
raid_conf
;
in ops_run_io()
[all...]
H
A
D
raid5-cache.c
451
struct r5conf *conf = sh->
raid_conf
;
in r5c_make_stripe_write_out()
494
struct r5l_log *log = sh->
raid_conf
->log;
in r5c_finish_cache_stripe()
993
struct r5conf *conf = sh->
raid_conf
;
in r5l_write_stripe()
1969
r5l_recovery_replay_one_stripe(sh->
raid_conf
, sh, ctx);
in r5c_recovery_replay_stripes()
2759
struct r5conf *conf = sh->
raid_conf
;
in r5c_release_extra_page()
2785
struct r5conf *conf = sh->
raid_conf
;
in r5c_use_extra_page()
2888
struct r5conf *conf = sh->
raid_conf
;
in r5c_cache_data()
H
A
D
raid5-ppl.c
275
struct r5conf *conf = sh->
raid_conf
;
in ppl_log_stripe()
Completed in 25 milliseconds