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:PPL_HEADER_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-ppl.c
458
pplhdr->checksum = cpu_to_le32(~crc32c_le(~0, pplhdr,
PPL_HEADER_SIZE
));
in ppl_submit_iounit()
463
(
PPL_HEADER_SIZE
+ io->pp_size) >> 9)
in ppl_submit_iounit()
478
log->next_io_sector += (
PPL_HEADER_SIZE
+ io->pp_size) >> 9;
in ppl_submit_iounit()
977
(
PPL_HEADER_SIZE
>> 9);
in ppl_recover()
1069
PPL_HEADER_SIZE
, page, REQ_OP_WRITE | REQ_SYNC |
in ppl_write_empty_header()
1104
while (pplhdr_offset < rdev->ppl.size - (
PPL_HEADER_SIZE
>> 9)) {
in ppl_load_distributed()
1167
pplhdr_offset +=
PPL_HEADER_SIZE
>> 9;
in ppl_load_distributed()
1274
ppl_data_sectors = rdev->ppl.size - (
PPL_HEADER_SIZE
>> 9);
in ppl_validate_rdev()
1286
ppl_size_new = ppl_data_sectors + (
PPL_HEADER_SIZE
>> 9);
in ppl_validate_rdev()
1315
PPL_HEADER_SIZE
) *
in ppl_init_child_log()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-ppl.c
457
pplhdr->checksum = cpu_to_le32(~crc32c_le(~0, pplhdr,
PPL_HEADER_SIZE
));
in ppl_submit_iounit()
462
(
PPL_HEADER_SIZE
+ io->pp_size) >> 9)
in ppl_submit_iounit()
474
log->next_io_sector += (
PPL_HEADER_SIZE
+ io->pp_size) >> 9;
in ppl_submit_iounit()
972
(
PPL_HEADER_SIZE
>> 9);
in ppl_recover()
1064
PPL_HEADER_SIZE
, page, REQ_OP_WRITE | REQ_SYNC |
in ppl_write_empty_header()
1099
while (pplhdr_offset < rdev->ppl.size - (
PPL_HEADER_SIZE
>> 9)) {
in ppl_load_distributed()
1160
pplhdr_offset +=
PPL_HEADER_SIZE
>> 9;
in ppl_load_distributed()
1266
ppl_data_sectors = rdev->ppl.size - (
PPL_HEADER_SIZE
>> 9);
in ppl_validate_rdev()
1278
ppl_size_new = ppl_data_sectors + (
PPL_HEADER_SIZE
>> 9);
in ppl_validate_rdev()
1305
PPL_HEADER_SIZE
) *
in ppl_init_child_log()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/raid/
H
A
D
md_p.h
416
#define
PPL_HEADER_SIZE
4096
macro
419
(
PPL_HEADER_SIZE
- PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64))
/kernel/linux/linux-6.6/include/uapi/linux/raid/
H
A
D
md_p.h
416
#define
PPL_HEADER_SIZE
4096
macro
419
(
PPL_HEADER_SIZE
- PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
254
#define
PPL_HEADER_SIZE
4096
macro
257
(
PPL_HEADER_SIZE
- PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
235
#define
PPL_HEADER_SIZE
4096
macro
237
#define PPL_HDR_ENTRY_SPACE (
PPL_HEADER_SIZE
- PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
235
#define
PPL_HEADER_SIZE
4096
macro
237
#define PPL_HDR_ENTRY_SPACE (
PPL_HEADER_SIZE
- PPL_HDR_RESERVED - 4 * sizeof(__le32) - sizeof(__le64))
Completed in 10 milliseconds