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:kfd_device_by_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_chardev.c
294
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_create_queue()
506
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_set_memory_policy()
547
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_set_trap_handler()
581
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_dbg_register()
632
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_dbg_unregister()
677
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_dbg_address_watch()
785
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_dbg_wave_control()
853
dev =
kfd_device_by_id
(args->gpu_id);
in kfd_ioctl_get_clock_counters()
1040
kfd =
kfd_device_by_id
(GET_GPU_ID(args->event_page_offset));
in kfd_ioctl_create_event()
1135
dev =
kfd_device_by_id
(arg
in kfd_ioctl_set_scratch_backing_va()
[all...]
H
A
D
kfd_debugfs.c
63
dev =
kfd_device_by_id
(gpu_id);
in kfd_debugfs_hang_hws_write()
H
A
D
kfd_priv.h
932
struct kfd_dev *
kfd_device_by_id
(uint32_t gpu_id);
H
A
D
kfd_topology.c
86
struct kfd_dev *
kfd_device_by_id
(uint32_t gpu_id)
in kfd_device_by_id()
function
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_debugfs.c
64
dev =
kfd_device_by_id
(gpu_id);
in kfd_debugfs_hang_hws_write()
H
A
D
kfd_priv.h
1118
struct kfd_node *
kfd_device_by_id
(uint32_t gpu_id);
H
A
D
kfd_chardev.c
1625
dev =
kfd_device_by_id
(GET_GPU_ID(args->handle));
in kfd_ioctl_export_dmabuf()
2218
dev =
kfd_device_by_id
(device_buckets[i].actual_gpu_id);
in criu_restore_devices()
3388
dev =
kfd_device_by_id
(gpu_id);
in kfd_mmap()
H
A
D
kfd_process.c
984
kdev =
kfd_device_by_id
(GET_GPU_ID(p->signal_handle));
in kfd_process_kunmap_signal_bo()
H
A
D
kfd_topology.c
99
struct kfd_node *
kfd_device_by_id
(uint32_t gpu_id)
in kfd_device_by_id()
function
Completed in 17 milliseconds