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_PACKAGES
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson.h
215
#define
MAX_PACKAGES
4
macro
218
extern u64 loongson_chipcfg[
MAX_PACKAGES
];
222
extern u64 loongson_chiptemp[
MAX_PACKAGES
];
226
extern u64 loongson_freqctrl[
MAX_PACKAGES
];
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson.h
240
#define
MAX_PACKAGES
4
macro
243
extern u64 loongson_chipcfg[
MAX_PACKAGES
];
247
extern u64 loongson_chiptemp[
MAX_PACKAGES
];
251
extern u64 loongson_freqctrl[
MAX_PACKAGES
];
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
env.c
31
u64 loongson_chipcfg[
MAX_PACKAGES
] = {0xffffffffbfc00180};
32
u64 loongson_chiptemp[
MAX_PACKAGES
];
33
u64 loongson_freqctrl[
MAX_PACKAGES
];
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
env.c
37
u64 loongson_chipcfg[
MAX_PACKAGES
] = {0xffffffffbfc00180};
38
u64 loongson_chiptemp[
MAX_PACKAGES
];
39
u64 loongson_freqctrl[
MAX_PACKAGES
];
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H
A
D
env.c
17
unsigned long long smp_group[
MAX_PACKAGES
];
H
A
D
smp.c
37
extern unsigned long long smp_group[
MAX_PACKAGES
];
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
loongson3_cpufreq.c
191
static struct mutex cpufreq_mutex[
MAX_PACKAGES
];
391
for (i = 0; i <
MAX_PACKAGES
; i++)
in cpufreq_init()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/mach-loongson64/
H
A
D
loongson.h
40
#define
MAX_PACKAGES
16
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
loongson.h
38
#define
MAX_PACKAGES
16
macro
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H
A
D
x86_energy_perf_policy.c
72
#define
MAX_PACKAGES
64
macro
73
unsigned int first_cpu_in_pkg[
MAX_PACKAGES
];
1167
if (pkg >=
MAX_PACKAGES
)
in set_max_cpu_pkg_num()
1168
errx(1, "cpu%d: %d >=
MAX_PACKAGES
(%d)", cpu, pkg,
MAX_PACKAGES
);
in set_max_cpu_pkg_num()
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H
A
D
x86_energy_perf_policy.c
72
#define
MAX_PACKAGES
64
macro
73
unsigned int first_cpu_in_pkg[
MAX_PACKAGES
];
1256
if (pkg >=
MAX_PACKAGES
)
in set_max_cpu_pkg_num()
1257
errx(1, "cpu%d: %d >=
MAX_PACKAGES
(%d)", cpu, pkg,
MAX_PACKAGES
);
in set_max_cpu_pkg_num()
Completed in 9 milliseconds