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:valid_pages
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-cache.c
1628
int
valid_pages
; /* pages with valid data */
member
1641
ctx->
valid_pages
= 0;
in r5l_recovery_allocate_ra_pool()
1672
* fetch ctx->
valid_pages
pages from offset
1673
* In normal cases, ctx->
valid_pages
== ctx->total_pages after the call.
1675
* ctx->
valid_pages
could be smaller than ctx->total_pages
1686
ctx->
valid_pages
= 0;
in r5l_recovery_fetch_ra_pool()
1689
while (ctx->
valid_pages
< ctx->total_pages) {
in r5l_recovery_fetch_ra_pool()
1691
ctx->ra_pool[ctx->
valid_pages
], PAGE_SIZE, 0);
in r5l_recovery_fetch_ra_pool()
1692
ctx->
valid_pages
+= 1;
in r5l_recovery_fetch_ra_pool()
1715
offset >= ctx->pool_offset + ctx->
valid_pages
* BLOCK_SECTOR
in r5l_recovery_read_page()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-cache.c
1625
int
valid_pages
; /* pages with valid data */
member
1633
ctx->
valid_pages
= 0;
in r5l_recovery_allocate_ra_pool()
1661
* fetch ctx->
valid_pages
pages from offset
1662
* In normal cases, ctx->
valid_pages
== ctx->total_pages after the call.
1664
* ctx->
valid_pages
could be smaller than ctx->total_pages
1677
ctx->
valid_pages
= 0;
in r5l_recovery_fetch_ra_pool()
1680
while (ctx->
valid_pages
< ctx->total_pages) {
in r5l_recovery_fetch_ra_pool()
1681
__bio_add_page(&bio, ctx->ra_pool[ctx->
valid_pages
], PAGE_SIZE,
in r5l_recovery_fetch_ra_pool()
1683
ctx->
valid_pages
+= 1;
in r5l_recovery_fetch_ra_pool()
1708
offset >= ctx->pool_offset + ctx->
valid_pages
* BLOCK_SECTOR
in r5l_recovery_read_page()
[all...]
Completed in 7 milliseconds