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:get_max_physical
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
274
* @
get_max_physical
: Callback to get maximum non turbo physical P state
287
int (*
get_max_physical
)(void);
member
1715
cpu->pstate.max_pstate_physical = pstate_funcs.
get_max_physical
();
in intel_pstate_get_cpu_pstates()
2028
.
get_max_physical
= core_get_max_pstate_physical,
2037
.
get_max_physical
= atom_get_max_pstate,
2047
.
get_max_physical
= atom_get_max_pstate,
2057
.
get_max_physical
= core_get_max_pstate_physical,
2848
pstate_funcs.
get_max_physical
= funcs->
get_max_physical
;
in copy_cpu_funcs()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
intel_pstate.c
271
* @
get_max_physical
: Callback to get maximum non turbo physical P state
285
int (*
get_max_physical
)(int cpu);
member
2045
int perf_ctl_max_phys = pstate_funcs.
get_max_physical
(cpu->cpu);
in intel_pstate_get_cpu_pstates()
2371
.
get_max_physical
= core_get_max_pstate_physical,
2380
.
get_max_physical
= atom_get_max_pstate,
2390
.
get_max_physical
= atom_get_max_pstate,
2400
.
get_max_physical
= core_get_max_pstate_physical,
3240
pstate_funcs.
get_max_physical
= funcs->
get_max_physical
;
in copy_cpu_funcs()
Completed in 9 milliseconds