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_TARGET_RATIO
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/
H
A
D
intel_powerclamp.c
46
#define
MAX_TARGET_RATIO
(50U)
macro
143
static struct powerclamp_calibration_data cal_data[
MAX_TARGET_RATIO
];
277
} else if (ratio ==
MAX_TARGET_RATIO
- 1 &&
in get_compensation()
296
if (comp + ratio >=
MAX_TARGET_RATIO
)
in get_compensation()
297
comp =
MAX_TARGET_RATIO
- ratio - 1;
in get_compensation()
533
set_target_ratio = clamp(set_target_ratio, 0U,
MAX_TARGET_RATIO
- 1);
in start_power_clamp()
603
*state =
MAX_TARGET_RATIO
;
in powerclamp_get_max_state()
630
(unsigned long) (
MAX_TARGET_RATIO
-1));
in powerclamp_set_cur_state()
689
for (i = 0; i <
MAX_TARGET_RATIO
; i++) {
in powerclamp_debug_show()
/kernel/linux/linux-6.6/drivers/thermal/intel/
H
A
D
intel_powerclamp.c
40
#define
MAX_TARGET_RATIO
(100U)
macro
233
if (new_max_idle >
MAX_TARGET_RATIO
) {
in max_idle_set()
280
static struct powerclamp_calibration_data cal_data[
MAX_TARGET_RATIO
];
414
} else if (ratio ==
MAX_TARGET_RATIO
- 1 &&
in get_compensation()
430
if (comp + ratio >=
MAX_TARGET_RATIO
)
in get_compensation()
431
comp =
MAX_TARGET_RATIO
- ratio - 1;
in get_compensation()
682
*state =
MAX_TARGET_RATIO
;
in powerclamp_get_max_state()
773
for (i = 0; i <
MAX_TARGET_RATIO
; i++) {
in powerclamp_debug_show()
Completed in 3 milliseconds