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:raid5_has_ppl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-log.h
55
static inline bool
raid5_has_ppl
(struct r5conf *conf)
in raid5_has_ppl()
function
74
} else if (
raid5_has_ppl
(conf)) {
in log_stripe()
87
else if (
raid5_has_ppl
(conf))
in log_stripe_write_finished()
95
else if (
raid5_has_ppl
(conf))
in log_write_stripe_run()
103
else if (
raid5_has_ppl
(conf))
in log_flush_stripe_to_raid()
113
else if (
raid5_has_ppl
(conf))
in log_handle_flush_request()
123
else if (
raid5_has_ppl
(conf))
in log_quiesce()
131
else if (
raid5_has_ppl
(conf))
in log_exit()
148
if (
raid5_has_ppl
(conf))
in log_modify()
H
A
D
raid5-ppl.c
1513
if (conf &&
raid5_has_ppl
(conf))
in ppl_write_hint_show()
1541
} else if (
raid5_has_ppl
(conf)) {
in ppl_write_hint_store()
H
A
D
raid5.c
808
if (raid5_has_log(conf) ||
raid5_has_ppl
(conf))
in stripe_can_batch()
2317
if (
raid5_has_ppl
(conf)) {
in alloc_stripe()
3388
if (
raid5_has_ppl
(sh->raid_conf) && sh->ppl_page &&
in schedule_reconstruction()
3434
if (forwrite &&
raid5_has_ppl
(conf)) {
in add_stripe_bio()
7773
if (log_init(conf, journal_dev,
raid5_has_ppl
(conf)))
in raid5_run()
8055
if (raid5_has_log(conf) ||
raid5_has_ppl
(conf))
in raid5_resize()
8106
if (raid5_has_log(conf) ||
raid5_has_ppl
(conf))
in check_reshape()
8632
if (!
raid5_has_ppl
(conf) && conf->level == 5) {
in raid5_change_consistency_policy()
8642
if (
raid5_has_ppl
(conf)) {
in raid5_change_consistency_policy()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-log.h
52
static inline bool
raid5_has_ppl
(struct r5conf *conf)
in raid5_has_ppl()
function
71
} else if (
raid5_has_ppl
(conf)) {
in log_stripe()
84
else if (
raid5_has_ppl
(conf))
in log_stripe_write_finished()
92
else if (
raid5_has_ppl
(conf))
in log_write_stripe_run()
100
else if (
raid5_has_ppl
(conf))
in log_flush_stripe_to_raid()
110
else if (
raid5_has_ppl
(conf))
in log_handle_flush_request()
120
else if (
raid5_has_ppl
(conf))
in log_quiesce()
128
else if (
raid5_has_ppl
(conf))
in log_exit()
145
if (
raid5_has_ppl
(conf))
in log_modify()
H
A
D
raid5.c
906
if (raid5_has_log(conf) ||
raid5_has_ppl
(conf))
in stripe_can_batch()
2388
if (
raid5_has_ppl
(conf)) {
in alloc_stripe()
3476
if (
raid5_has_ppl
(sh->raid_conf) && sh->ppl_page &&
in schedule_reconstruction()
3514
if (forwrite &&
raid5_has_ppl
(conf)) {
in stripe_bio_overlaps()
8114
if (log_init(conf, journal_dev,
raid5_has_ppl
(conf)))
in raid5_run()
8409
if (raid5_has_log(conf) ||
raid5_has_ppl
(conf))
in raid5_resize()
8460
if (raid5_has_log(conf) ||
raid5_has_ppl
(conf))
in check_reshape()
9000
if (!
raid5_has_ppl
(conf) && conf->level == 5) {
in raid5_change_consistency_policy()
9013
if (
raid5_has_ppl
(conf)) {
in raid5_change_consistency_policy()
H
A
D
raid5-ppl.c
1518
else if (!
raid5_has_ppl
(conf) || !conf->log_private)
in ppl_write_hint_store()
Completed in 45 milliseconds