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_CLUSTERS
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
vexpress-spc-cpufreq.c
32
#define
MAX_CLUSTERS
2
macro
50
static struct thermal_cooling_device *cdev[
MAX_CLUSTERS
];
51
static struct clk *clk[
MAX_CLUSTERS
];
52
static struct cpufreq_frequency_table *freq_table[
MAX_CLUSTERS
+ 1];
53
static atomic_t cluster_usage[
MAX_CLUSTERS
+ 1];
61
static struct mutex cluster_lock[
MAX_CLUSTERS
];
71
MAX_CLUSTERS
: raw_cpu_to_cluster(cpu);
in cpu_to_cluster()
255
for (i = 0; i <
MAX_CLUSTERS
; i++)
in merge_cluster_tables()
262
freq_table[
MAX_CLUSTERS
] = table;
in merge_cluster_tables()
265
for (i =
MAX_CLUSTERS
in merge_cluster_tables()
[all...]
H
A
D
tegra194-cpufreq.c
36
MAX_CLUSTERS
,
enumerator
327
data->num_clusters =
MAX_CLUSTERS
;
in tegra194_cpufreq_probe()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
vexpress-spc-cpufreq.c
30
#define
MAX_CLUSTERS
2
macro
48
static struct clk *clk[
MAX_CLUSTERS
];
49
static struct cpufreq_frequency_table *freq_table[
MAX_CLUSTERS
+ 1];
50
static atomic_t cluster_usage[
MAX_CLUSTERS
+ 1];
58
static struct mutex cluster_lock[
MAX_CLUSTERS
];
68
MAX_CLUSTERS
: raw_cpu_to_cluster(cpu);
in cpu_to_cluster()
252
for (i = 0; i <
MAX_CLUSTERS
; i++)
in merge_cluster_tables()
259
freq_table[
MAX_CLUSTERS
] = table;
in merge_cluster_tables()
262
for (i =
MAX_CLUSTERS
- 1; i >= 0; i--, count = k) {
in merge_cluster_tables()
300
if (cluster <
MAX_CLUSTERS
)
in put_cluster_clk_and_freq_table()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H
A
D
spc.c
80
#define
MAX_CLUSTERS
2
macro
113
struct ve_spc_opp *opps[
MAX_CLUSTERS
];
114
int num_opps[
MAX_CLUSTERS
];
162
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_cpu_wakeup_irq()
191
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_set_resume_addr()
216
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_powerdown()
247
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_cpu_in_wfi()
556
bool init_opp_table[
MAX_CLUSTERS
] = { false };
in ve_spc_clk_init()
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H
A
D
spc.c
72
#define
MAX_CLUSTERS
2
macro
105
struct ve_spc_opp *opps[
MAX_CLUSTERS
];
106
int num_opps[
MAX_CLUSTERS
];
154
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_cpu_wakeup_irq()
183
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_set_resume_addr()
208
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_powerdown()
239
if (cluster >=
MAX_CLUSTERS
)
in ve_spc_cpu_in_wfi()
548
bool init_opp_table[
MAX_CLUSTERS
] = { false };
in ve_spc_clk_init()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
core_ctl.c
24
#define
MAX_CLUSTERS
3
macro
66
static struct cluster_data cluster_state[
MAX_CLUSTERS
];
987
if (num_clusters ==
MAX_CLUSTERS
) {
in cluster_init()
989
MAX_CLUSTERS
);
in cluster_init()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core_ctl.c
24
#define
MAX_CLUSTERS
3
macro
66
static struct cluster_data cluster_state[
MAX_CLUSTERS
];
987
if (num_clusters ==
MAX_CLUSTERS
) {
in cluster_init()
989
MAX_CLUSTERS
);
in cluster_init()
Completed in 7 milliseconds