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:max_block_size
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
deflate.c
865
ulg
max_block_size
= 0xffff;
in deflate_stored()
local
868
if (
max_block_size
> s->pending_buf_size - 5) {
in deflate_stored()
869
max_block_size
= s->pending_buf_size - 5;
in deflate_stored()
891
max_start = s->block_start +
max_block_size
;
in deflate_stored()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
deflate.c
872
ulg
max_block_size
= 0xffff;
in deflate_stored()
local
875
if (
max_block_size
> s->pending_buf_size - 5) {
in deflate_stored()
876
max_block_size
= s->pending_buf_size - 5;
in deflate_stored()
898
max_start = s->block_start +
max_block_size
;
in deflate_stored()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_client_blt.c
32
const u32
max_block_size
= S16_MAX * PAGE_SIZE;
in __igt_client_fill()
local
34
u32 phys_sz = sz % (
max_block_size
+ 1);
in __igt_client_fill()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/
H
A
D
brcmnand.c
265
unsigned int
max_block_size
;
member
700
ctrl->
max_block_size
= 2 * 1024 * 1024;
in brcmnand_revision_init()
728
ctrl->
max_block_size
= 512 * 1024;
in brcmnand_revision_init()
2487
if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->
max_block_size
&&
in brcmnand_set_cfg()
2488
cfg->block_size > ctrl->
max_block_size
)) {
in brcmnand_set_cfg()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/brcmnand/
H
A
D
brcmnand.c
269
unsigned int
max_block_size
;
member
708
ctrl->
max_block_size
= 2 * 1024 * 1024;
in brcmnand_revision_init()
736
ctrl->
max_block_size
= 512 * 1024;
in brcmnand_revision_init()
2548
if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->
max_block_size
&&
in brcmnand_set_cfg()
2549
cfg->block_size > ctrl->
max_block_size
)) {
in brcmnand_set_cfg()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
actbl1.h
367
u32
max_block_size
;
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
actbl1.h
650
u32
max_block_size
;
member
Completed in 21 milliseconds