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_cores_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.c
446
sysfs_show_32bit_prop(buffer, offs, "
cpu_cores_count
",
in node_show()
447
dev->node_props.
cpu_cores_count
);
in node_show()
883
if (dev->node_props.
cpu_cores_count
&&
in kfd_debug_print_topology()
888
} else if (dev->node_props.
cpu_cores_count
)
in kfd_debug_print_topology()
974
if (dev->node_props.
cpu_cores_count
&&
in kfd_is_acpi_crat_invalid()
1143
dev->node_props.
cpu_cores_count
)
in kfd_assign_gpu()
1531
if (dev->node_props.
cpu_cores_count
&&
in kfd_double_confirm_iommu_support()
H
A
D
kfd_topology.h
61
uint32_t
cpu_cores_count
;
member
H
A
D
kfd_crat.c
148
dev->node_props.
cpu_cores_count
= cu->num_cpu_cores;
in kfd_populated_cu_info_cpu()
231
if (dev->node_props.
cpu_cores_count
== 0) {
in kfd_parse_subtype_mem()
310
dev->node_props.
cpu_cores_count
) ||
in kfd_parse_subtype_cache()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.h
44
uint32_t
cpu_cores_count
;
member
H
A
D
kfd_topology.c
450
sysfs_show_32bit_prop(buffer, offs, "
cpu_cores_count
",
in node_show()
451
dev->node_props.
cpu_cores_count
);
in node_show()
935
if (dev->node_props.
cpu_cores_count
&&
in kfd_debug_print_topology()
940
} else if (dev->node_props.
cpu_cores_count
)
in kfd_debug_print_topology()
1138
if (dev->node_props.
cpu_cores_count
)
in kfd_assign_gpu()
H
A
D
kfd_crat.c
934
dev->node_props.
cpu_cores_count
= cu->num_cpu_cores;
in kfd_populated_cu_info_cpu()
1017
if (dev->node_props.
cpu_cores_count
== 0) {
in kfd_parse_subtype_mem()
1096
dev->node_props.
cpu_cores_count
) ||
in kfd_parse_subtype_cache()
Completed in 10 milliseconds