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:BLOCK_SECTORS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-cache.c
24
#define
BLOCK_SECTORS
(8)
macro
88
*
BLOCK_SECTORS
*/
404
return
BLOCK_SECTORS
*
in r5c_log_required_to_flush_cache()
749
log->log_start = r5l_ring_add(log, log->log_start,
BLOCK_SECTORS
);
in r5_reserve_log_entry()
757
* of
BLOCK_SECTORS
.
in r5_reserve_log_entry()
1694
offset = r5l_ring_add(log, offset,
BLOCK_SECTORS
);
in r5l_recovery_fetch_ra_pool()
1715
offset >= ctx->pool_offset + ctx->valid_pages *
BLOCK_SECTORS
) {
in r5l_recovery_read_page()
1722
offset >= ctx->pool_offset + ctx->valid_pages *
BLOCK_SECTORS
);
in r5l_recovery_read_page()
1760
ctx->meta_total_blocks =
BLOCK_SECTORS
;
in r5l_recovery_read_meta_block()
1826
ctx->meta_total_blocks +=
BLOCK_SECTORS
;
in r5l_recovery_load_data()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-cache.c
24
#define
BLOCK_SECTORS
(8)
macro
88
*
BLOCK_SECTORS
*/
404
return
BLOCK_SECTORS
*
in r5c_log_required_to_flush_cache()
748
log->log_start = r5l_ring_add(log, log->log_start,
BLOCK_SECTORS
);
in r5_reserve_log_entry()
756
* of
BLOCK_SECTORS
.
in r5_reserve_log_entry()
1685
offset = r5l_ring_add(log, offset,
BLOCK_SECTORS
);
in r5l_recovery_fetch_ra_pool()
1708
offset >= ctx->pool_offset + ctx->valid_pages *
BLOCK_SECTORS
) {
in r5l_recovery_read_page()
1715
offset >= ctx->pool_offset + ctx->valid_pages *
BLOCK_SECTORS
);
in r5l_recovery_read_page()
1753
ctx->meta_total_blocks =
BLOCK_SECTORS
;
in r5l_recovery_read_meta_block()
1819
ctx->meta_total_blocks +=
BLOCK_SECTORS
;
in r5l_recovery_load_data()
[all...]
Completed in 7 milliseconds