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:epp_values
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
intel_pstate.c
702
static unsigned int
epp_values
[] = {
variable
721
if (epp ==
epp_values
[EPP_INDEX_PERFORMANCE])
in intel_pstate_get_energy_pref_index()
723
if (epp ==
epp_values
[EPP_INDEX_BALANCE_PERFORMANCE])
in intel_pstate_get_energy_pref_index()
725
if (epp ==
epp_values
[EPP_INDEX_BALANCE_POWERSAVE])
in intel_pstate_get_energy_pref_index()
727
if (epp ==
epp_values
[EPP_INDEX_POWERSAVE])
in intel_pstate_get_energy_pref_index()
788
epp =
epp_values
[pref_index];
in intel_pstate_set_energy_pref_index()
874
epp = ret ?
epp_values
[ret] : cpu->epp_default;
in store_energy_performance_preference()
1727
if (
epp_values
[EPP_INDEX_BALANCE_PERFORMANCE] == HWP_EPP_BALANCE_PERFORMANCE)
in intel_pstate_update_epp_defaults()
1738
epp_values
[EPP_INDEX_BALANCE_PERFORMANCE] = cpudata->epp_default;
in intel_pstate_update_epp_defaults()
1746
cpudata->epp_default =
epp_values
[EPP_INDEX_BALANCE_PERFORMANC
in intel_pstate_update_epp_defaults()
[all...]
H
A
D
amd-pstate.c
101
static unsigned int
epp_values
[] = {
variable
218
epp =
epp_values
[pref_index];
in amd_pstate_set_energy_pref_index()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
585
static const unsigned int
epp_values
[] = {
variable
670
epp =
epp_values
[pref_index - 1];
in intel_pstate_set_energy_pref_index()
756
epp = ret ?
epp_values
[ret - 1] : cpu->epp_default;
in store_energy_performance_preference()
Completed in 9 milliseconds