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:cpu_core_num
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
vangogh_ppt.c
346
smu->
cpu_core_num
* sizeof(uint16_t));
in vangogh_get_legacy_smu_metrics_data()
419
smu->
cpu_core_num
* sizeof(uint16_t));
in vangogh_get_smu_metrics_data()
479
smu->
cpu_core_num
= boot_cpu_data.x86_max_cores;
in vangogh_init_smc_tables()
481
smu->
cpu_core_num
= 4;
in vangogh_init_smc_tables()
1507
for (i = 0; i < smu->
cpu_core_num
; i++) {
in vangogh_set_performance_level()
1597
*size = smu->
cpu_core_num
* sizeof(uint16_t);
in vangogh_read_sensor()
2067
if (input[0] >= smu->
cpu_core_num
) {
in vangogh_od_edit_dpm_table()
2069
smu->
cpu_core_num
);
in vangogh_od_edit_dpm_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
549
uint16_t
cpu_core_num
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_dpm.c
1511
return smu->
cpu_core_num
;
in amdgpu_dpm_get_num_cpu_cores()
Completed in 10 milliseconds