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_type_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
cacheinfo.c
49
struct
cache_type_info
{
struct
64
/* These are used to index the
cache_type_info
array. */
70
static const struct
cache_type_info
cache_type_info
[] = {
variable
141
return
cache_type_info
[cache->type].name;
in cache_type_string()
211
propname =
cache_type_info
[cache->type].size_prop;
in cache_size()
238
lim = ARRAY_SIZE(
cache_type_info
[cache->type].line_size_props);
in cache_get_line_size()
243
propname =
cache_type_info
[cache->type].line_size_props[i];
in cache_get_line_size()
261
propname =
cache_type_info
[cache->type].nr_sets_prop;
in cache_nr_sets()
351
cache_type_info
[CACHE_TYPE_UNIFIED_
in cache_is_unified_d()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
cacheinfo.c
48
struct
cache_type_info
{
struct
63
/* These are used to index the
cache_type_info
array. */
69
static const struct
cache_type_info
cache_type_info
[] = {
variable
141
return
cache_type_info
[cache->type].name;
in cache_type_string()
213
propname =
cache_type_info
[cache->type].size_prop;
in cache_size()
240
lim = ARRAY_SIZE(
cache_type_info
[cache->type].line_size_props);
in cache_get_line_size()
245
propname =
cache_type_info
[cache->type].line_size_props[i];
in cache_get_line_size()
263
propname =
cache_type_info
[cache->type].nr_sets_prop;
in cache_nr_sets()
357
cache_type_info
[CACHE_TYPE_UNIFIED_
in cache_is_unified_d()
[all...]
/kernel/linux/linux-5.10/drivers/base/
H
A
D
cacheinfo.c
42
struct
cache_type_info
{
struct
48
static const struct
cache_type_info
cache_type_info
[] = {
variable
80
propname =
cache_type_info
[ct_idx].size_prop;
in cache_size()
92
lim = ARRAY_SIZE(
cache_type_info
[ct_idx].line_size_props);
in cache_get_line_size()
99
propname =
cache_type_info
[ct_idx].line_size_props[i];
in cache_get_line_size()
114
propname =
cache_type_info
[ct_idx].nr_sets_prop;
in cache_nr_sets()
/kernel/linux/linux-6.6/drivers/base/
H
A
D
cacheinfo.c
89
struct
cache_type_info
{
struct
95
static const struct
cache_type_info
cache_type_info
[] = {
variable
127
propname =
cache_type_info
[ct_idx].size_prop;
in cache_size()
139
lim = ARRAY_SIZE(
cache_type_info
[ct_idx].line_size_props);
in cache_get_line_size()
146
propname =
cache_type_info
[ct_idx].line_size_props[i];
in cache_get_line_size()
161
propname =
cache_type_info
[ct_idx].nr_sets_prop;
in cache_nr_sets()
Completed in 5 milliseconds