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:child_logs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-ppl.c
58
* grouped in
child_logs
array in struct ppl_conf, which is assigned to
91
struct ppl_log *
child_logs
;
member
373
log = &ppl_conf->
child_logs
[sh->pd_idx];
in ppl_write_stripe()
486
if ((ppl_conf->
child_logs
[i].wb_cache_on) &&
in ppl_submit_iounit()
545
log = &ppl_conf->
child_logs
[i];
in ppl_write_stripe_run()
680
struct ppl_log *log = &ppl_conf->
child_logs
[i];
in ppl_quiesce()
1203
struct ppl_log *log = &ppl_conf->
child_logs
[i];
in ppl_load()
1242
kfree(ppl_conf->
child_logs
);
in __ppl_exit_log()
1398
ppl_conf->
child_logs
= kcalloc(ppl_conf->count, sizeof(struct ppl_log),
in ppl_init_log()
1400
if (!ppl_conf->
child_logs
) {
in ppl_init_log()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-ppl.c
58
* grouped in
child_logs
array in struct ppl_conf, which is assigned to
91
struct ppl_log *
child_logs
;
member
374
log = &ppl_conf->
child_logs
[sh->pd_idx];
in ppl_write_stripe()
482
if ((ppl_conf->
child_logs
[i].wb_cache_on) &&
in ppl_submit_iounit()
539
log = &ppl_conf->
child_logs
[i];
in ppl_write_stripe_run()
671
struct ppl_log *log = &ppl_conf->
child_logs
[i];
in ppl_quiesce()
1196
struct ppl_log *log = &ppl_conf->
child_logs
[i];
in ppl_load()
1235
kfree(ppl_conf->
child_logs
);
in __ppl_exit_log()
1387
ppl_conf->
child_logs
= kcalloc(ppl_conf->count, sizeof(struct ppl_log),
in ppl_init_log()
1389
if (!ppl_conf->
child_logs
) {
in ppl_init_log()
[all...]
Completed in 5 milliseconds