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:TC2_CLUSTERS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H
A
D
tc2_pm.c
43
#define
TC2_CLUSTERS
2
macro
46
static unsigned int tc2_nr_cpus[
TC2_CLUSTERS
];
51
if (cluster >=
TC2_CLUSTERS
|| cpu >= tc2_nr_cpus[cluster])
in tc2_pm_cpu_powerup()
62
if (cluster >=
TC2_CLUSTERS
)
in tc2_pm_cluster_powerup()
71
BUG_ON(cluster >=
TC2_CLUSTERS
|| cpu >= TC2_MAX_CPUS_PER_CLUSTER);
in tc2_pm_cpu_powerdown_prepare()
86
BUG_ON(cluster >=
TC2_CLUSTERS
);
in tc2_pm_cluster_powerdown_prepare()
131
BUG_ON(cluster >=
TC2_CLUSTERS
|| cpu >= TC2_MAX_CPUS_PER_CLUSTER);
in tc2_pm_wait_for_powerdown()
165
BUG_ON(cluster >=
TC2_CLUSTERS
|| cpu >= TC2_MAX_CPUS_PER_CLUSTER);
in tc2_pm_cpu_is_up()
173
BUG_ON(cluster >=
TC2_CLUSTERS
);
in tc2_pm_cluster_is_up()
222
if (a15_cluster_id >=
TC2_CLUSTERS
|| a7_cluster_i
in tc2_pm_init()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H
A
D
tc2_pm.c
41
#define
TC2_CLUSTERS
2
macro
44
static unsigned int tc2_nr_cpus[
TC2_CLUSTERS
];
49
if (cluster >=
TC2_CLUSTERS
|| cpu >= tc2_nr_cpus[cluster])
in tc2_pm_cpu_powerup()
60
if (cluster >=
TC2_CLUSTERS
)
in tc2_pm_cluster_powerup()
69
BUG_ON(cluster >=
TC2_CLUSTERS
|| cpu >= TC2_MAX_CPUS_PER_CLUSTER);
in tc2_pm_cpu_powerdown_prepare()
84
BUG_ON(cluster >=
TC2_CLUSTERS
);
in tc2_pm_cluster_powerdown_prepare()
129
BUG_ON(cluster >=
TC2_CLUSTERS
|| cpu >= TC2_MAX_CPUS_PER_CLUSTER);
in tc2_pm_wait_for_powerdown()
163
BUG_ON(cluster >=
TC2_CLUSTERS
|| cpu >= TC2_MAX_CPUS_PER_CLUSTER);
in tc2_pm_cpu_is_up()
171
BUG_ON(cluster >=
TC2_CLUSTERS
);
in tc2_pm_cluster_is_up()
220
if (a15_cluster_id >=
TC2_CLUSTERS
|| a7_cluster_i
in tc2_pm_init()
[all...]
Completed in 2 milliseconds