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_link
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.c
1332
struct kfd_iolink_properties *gpu_link, *tmp_link, *
cpu_link
;
in kfd_create_indirect_link_prop()
local
1357
cpu_link
= NULL;
in kfd_create_indirect_link_prop()
1363
cpu_link
= tmp_link;
in kfd_create_indirect_link_prop()
1369
if (!
cpu_link
)
in kfd_create_indirect_link_prop()
1378
props->weight = gpu_link->weight +
cpu_link
->weight;
in kfd_create_indirect_link_prop()
1379
props->min_latency = gpu_link->min_latency +
cpu_link
->min_latency;
in kfd_create_indirect_link_prop()
1380
props->max_latency = gpu_link->max_latency +
cpu_link
->max_latency;
in kfd_create_indirect_link_prop()
1381
props->min_bandwidth = min(gpu_link->min_bandwidth,
cpu_link
->min_bandwidth);
in kfd_create_indirect_link_prop()
1382
props->max_bandwidth = min(gpu_link->max_bandwidth,
cpu_link
->max_bandwidth);
in kfd_create_indirect_link_prop()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.c
1196
struct kfd_iolink_properties *link, *
cpu_link
;
in kfd_fill_iolink_non_crat_info()
local
1224
list_for_each_entry(
cpu_link
,
in kfd_fill_iolink_non_crat_info()
1226
if (
cpu_link
->node_to == link->node_from)
in kfd_fill_iolink_non_crat_info()
1227
cpu_link
->flags = cpu_flag;
in kfd_fill_iolink_non_crat_info()
Completed in 5 milliseconds