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:cache_size_raw
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
regcache-lzo.c
108
DIV_ROUND_UP(map->
cache_size_raw
,
in regcache_lzo_get_blkindex()
116
(DIV_ROUND_UP(map->
cache_size_raw
,
in regcache_lzo_get_blkpos()
123
return DIV_ROUND_UP(map->
cache_size_raw
,
in regcache_lzo_get_blksize()
176
end = map->reg_defaults_raw + map->
cache_size_raw
;
in regcache_lzo_init()
H
A
D
regcache.c
61
tmp_buf = kmalloc(map->
cache_size_raw
, GFP_KERNEL);
in regcache_hw_init()
67
map->
cache_size_raw
);
in regcache_hw_init()
154
map->
cache_size_raw
= map->cache_word_size * config->num_reg_defaults_raw;
in regcache_init()
H
A
D
internal.h
123
unsigned int
cache_size_raw
;
member
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
regcache.c
59
tmp_buf = kmalloc(map->
cache_size_raw
, GFP_KERNEL);
in regcache_hw_init()
65
map->
cache_size_raw
);
in regcache_hw_init()
158
map->
cache_size_raw
= map->cache_word_size * config->num_reg_defaults_raw;
in regcache_init()
H
A
D
internal.h
136
unsigned int
cache_size_raw
;
member
Completed in 5 milliseconds