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:cpu_all_tmax
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pm112.c
93
static s32
cpu_all_tmax
= 100 << 16;
variable
144
if (tmax <
cpu_all_tmax
)
in create_cpu_loop()
145
cpu_all_tmax
= tmax;
in create_cpu_loop()
206
if (temp >= (
cpu_all_tmax
+ LOW_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
212
if (temp >= (
cpu_all_tmax
+ HIGH_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
233
if (t_avg >= (
cpu_all_tmax
+ LOW_OVER_AVERAGE)) {
in cpu_check_overtemp()
239
if (t_avg >= (
cpu_all_tmax
+ HIGH_OVER_AVERAGE)) {
in cpu_check_overtemp()
258
(temp < (
cpu_all_tmax
+ LOW_OVER_CLEAR))) {
in cpu_check_overtemp()
522
DBG_LOTS("
cpu_all_tmax
=%d.%03d\n", FIX32TOPRINT(
cpu_all_tmax
));
in pm112_tick()
[all...]
H
A
D
windfarm_rm31.c
69
static s32
cpu_all_tmax
= 100 << 16;
variable
126
if (temp >= (
cpu_all_tmax
+ LOW_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
132
if (temp >= (
cpu_all_tmax
+ HIGH_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
169
if (t_avg >= (
cpu_all_tmax
+ LOW_OVER_AVERAGE)) {
in cpu_check_overtemp()
175
if (t_avg >= (
cpu_all_tmax
+ HIGH_OVER_AVERAGE)) {
in cpu_check_overtemp()
194
(temp < (
cpu_all_tmax
+ LOW_OVER_CLEAR))) {
in cpu_check_overtemp()
309
if (tmax <
cpu_all_tmax
)
in cpu_setup_pid()
310
cpu_all_tmax
= tmax;
in cpu_setup_pid()
525
DBG_LOTS("
cpu_all_tmax
=%d.%03d\n", FIX32TOPRINT(
cpu_all_tmax
));
in rm31_tick()
[all...]
H
A
D
windfarm_pm72.c
78
static s32
cpu_all_tmax
= 100 << 16;
variable
132
if (temp >= (
cpu_all_tmax
+ LOW_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
138
if (temp >= (
cpu_all_tmax
+ HIGH_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
175
if (t_avg >= (
cpu_all_tmax
+ LOW_OVER_AVERAGE)) {
in cpu_check_overtemp()
181
if (t_avg >= (
cpu_all_tmax
+ HIGH_OVER_AVERAGE)) {
in cpu_check_overtemp()
200
(temp < (
cpu_all_tmax
+ LOW_OVER_CLEAR))) {
in cpu_check_overtemp()
408
if (tmax <
cpu_all_tmax
)
in cpu_setup_pid()
409
cpu_all_tmax
= tmax;
in cpu_setup_pid()
622
DBG_LOTS("
cpu_all_tmax
=%d.%03d\n", FIX32TOPRINT(
cpu_all_tmax
));
in pm72_tick()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pm112.c
95
static s32
cpu_all_tmax
= 100 << 16;
variable
146
if (tmax <
cpu_all_tmax
)
in create_cpu_loop()
147
cpu_all_tmax
= tmax;
in create_cpu_loop()
208
if (temp >= (
cpu_all_tmax
+ LOW_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
214
if (temp >= (
cpu_all_tmax
+ HIGH_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
235
if (t_avg >= (
cpu_all_tmax
+ LOW_OVER_AVERAGE)) {
in cpu_check_overtemp()
241
if (t_avg >= (
cpu_all_tmax
+ HIGH_OVER_AVERAGE)) {
in cpu_check_overtemp()
260
(temp < (
cpu_all_tmax
+ LOW_OVER_CLEAR))) {
in cpu_check_overtemp()
524
DBG_LOTS("
cpu_all_tmax
=%d.%03d\n", FIX32TOPRINT(
cpu_all_tmax
));
in pm112_tick()
[all...]
H
A
D
windfarm_rm31.c
69
static s32
cpu_all_tmax
= 100 << 16;
variable
126
if (temp >= (
cpu_all_tmax
+ LOW_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
132
if (temp >= (
cpu_all_tmax
+ HIGH_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
169
if (t_avg >= (
cpu_all_tmax
+ LOW_OVER_AVERAGE)) {
in cpu_check_overtemp()
175
if (t_avg >= (
cpu_all_tmax
+ HIGH_OVER_AVERAGE)) {
in cpu_check_overtemp()
194
(temp < (
cpu_all_tmax
+ LOW_OVER_CLEAR))) {
in cpu_check_overtemp()
309
if (tmax <
cpu_all_tmax
)
in cpu_setup_pid()
310
cpu_all_tmax
= tmax;
in cpu_setup_pid()
525
DBG_LOTS("
cpu_all_tmax
=%d.%03d\n", FIX32TOPRINT(
cpu_all_tmax
));
in rm31_tick()
[all...]
H
A
D
windfarm_pm72.c
78
static s32
cpu_all_tmax
= 100 << 16;
variable
132
if (temp >= (
cpu_all_tmax
+ LOW_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
138
if (temp >= (
cpu_all_tmax
+ HIGH_OVER_IMMEDIATE)) {
in cpu_check_overtemp()
175
if (t_avg >= (
cpu_all_tmax
+ LOW_OVER_AVERAGE)) {
in cpu_check_overtemp()
181
if (t_avg >= (
cpu_all_tmax
+ HIGH_OVER_AVERAGE)) {
in cpu_check_overtemp()
200
(temp < (
cpu_all_tmax
+ LOW_OVER_CLEAR))) {
in cpu_check_overtemp()
408
if (tmax <
cpu_all_tmax
)
in cpu_setup_pid()
409
cpu_all_tmax
= tmax;
in cpu_setup_pid()
622
DBG_LOTS("
cpu_all_tmax
=%d.%03d\n", FIX32TOPRINT(
cpu_all_tmax
));
in pm72_tick()
[all...]
Completed in 5 milliseconds