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:id_from
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.c
356
uint32_t
id_from
;
in kfd_parse_subtype_iolink()
local
359
id_from
= iolink->proximity_domain_from;
in kfd_parse_subtype_iolink()
362
pr_debug("Found IO link entry in CRAT table with
id_from
=%d, id_to %d\n",
in kfd_parse_subtype_iolink()
363
id_from
, id_to);
in kfd_parse_subtype_iolink()
365
if (
id_from
== dev->proximity_domain) {
in kfd_parse_subtype_iolink()
370
props->node_from =
id_from
;
in kfd_parse_subtype_iolink()
381
props->weight = node_distance(
id_from
, id_to);
in kfd_parse_subtype_iolink()
415
props2->node_to =
id_from
;
in kfd_parse_subtype_iolink()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.c
1145
uint32_t
id_from
;
in kfd_parse_subtype_iolink()
local
1148
id_from
= iolink->proximity_domain_from;
in kfd_parse_subtype_iolink()
1151
pr_debug("Found IO link entry in CRAT table with
id_from
=%d, id_to %d\n",
in kfd_parse_subtype_iolink()
1152
id_from
, id_to);
in kfd_parse_subtype_iolink()
1154
if (
id_from
== dev->proximity_domain) {
in kfd_parse_subtype_iolink()
1159
props->node_from =
id_from
;
in kfd_parse_subtype_iolink()
1170
props->weight = node_distance(
id_from
, id_to);
in kfd_parse_subtype_iolink()
1203
props2->node_to =
id_from
;
in kfd_parse_subtype_iolink()
Completed in 5 milliseconds