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:turbo_pstate
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
136
* @
turbo_pstate
: Max Turbo P state possible for this platform
138
* @turbo_freq: @
turbo_pstate
frequency in cpufreq units
148
int
turbo_pstate
;
member
497
cpu->pstate.max_pstate == cpu->pstate.
turbo_pstate
);
in update_turbo_state()
503
int
turbo_pstate
= cpu->pstate.
turbo_pstate
;
in min_perf_pct_min()
local
505
return
turbo_pstate
?
in min_perf_pct_min()
506
(cpu->pstate.min_pstate * 100 /
turbo_pstate
) : 0;
in min_perf_pct_min()
1093
total = cpu->pstate.
turbo_pstate
- cpu->pstate.min_pstate + 1;
in show_turbo_pct()
1117
total = cpu->pstate.
turbo_pstate
in show_num_pstates()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
intel_pstate.c
128
* @
turbo_pstate
: Max Turbo P state possible for this platform
131
* @turbo_freq: @
turbo_pstate
frequency in cpufreq units
142
int
turbo_pstate
;
member
533
return cpu->pstate.
turbo_pstate
;
in intel_pstate_freq_to_hwp_rel()
576
pr_debug("CPU%d: HWP_CAP highest = %d\n", cpu->cpu, cpu->pstate.
turbo_pstate
);
in intel_pstate_hybrid_hwp_adjust()
579
cpu->pstate.turbo_freq = rounddown(cpu->pstate.
turbo_pstate
* scaling,
in intel_pstate_hybrid_hwp_adjust()
605
cpu->pstate.max_pstate == cpu->pstate.
turbo_pstate
);
in update_turbo_state()
611
int
turbo_pstate
= cpu->pstate.
turbo_pstate
;
in min_perf_pct_min()
local
613
return
turbo_pstate
in min_perf_pct_min()
[all...]
Completed in 6 milliseconds