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:trl_ratios
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-core-tpmi.c
321
ctdp_level->
trl_ratios
[i][j] = info.trl_freq_mhz[i][j];
in tpmi_get_get_trls()
338
trl[i] = ctdp_level.
trl_ratios
[0][i];
in tpmi_get_get_trl()
H
A
D
isst.h
159
int
trl_ratios
[TRL_MAX_LEVELS][ISST_TRL_MAX_ACTIVE_CORES];
member
H
A
D
isst-display.c
513
if (!ctdp_level->
trl_ratios
[k][0])
in isst_ctdp_display_information()
529
snprintf(value, sizeof(value), "%d", ctdp_level->
trl_ratios
[k][j] * isst_get_disp_freq_multiplier());
in isst_ctdp_display_information()
H
A
D
isst-core.c
429
isst_get_get_trl_from_msr(id, ctdp_level->
trl_ratios
[0]);
in isst_get_process_ctdp()
H
A
D
isst-core-mbox.c
581
ret = mbox_get_get_trl(id, level, i, ctdp_level->
trl_ratios
[i]);
in mbox_get_get_trls()
Completed in 5 milliseconds