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:queue_input
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_mes.c
283
struct mes_remove_queue_input
queue_input
;
in amdgpu_mes_destroy_process()
local
307
queue_input
.doorbell_offset = queue->doorbell_off;
in amdgpu_mes_destroy_process()
308
queue_input
.gang_context_addr = gang->gang_ctx_gpu_addr;
in amdgpu_mes_destroy_process()
311
&
queue_input
);
in amdgpu_mes_destroy_process()
582
struct mes_add_queue_input
queue_input
;
in amdgpu_mes_add_hw_queue()
local
586
memset(&
queue_input
, 0, sizeof(struct mes_add_queue_input));
in amdgpu_mes_add_hw_queue()
635
queue_input
.process_id = gang->process->pasid;
in amdgpu_mes_add_hw_queue()
637
queue_input
.page_table_base_addr =
in amdgpu_mes_add_hw_queue()
641
queue_input
.process_va_start = 0;
in amdgpu_mes_add_hw_queue()
642
queue_input
in amdgpu_mes_add_hw_queue()
702
struct mes_remove_
queue_input
queue_input
;
amdgpu_mes_remove_hw_queue()
local
752
struct mes_unmap_legacy_
queue_input
queue_input
;
amdgpu_mes_unmap_legacy_queue()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
193
struct mes_add_queue_input
queue_input
;
in add_queue_mes()
local
200
memset(&
queue_input
, 0x0, sizeof(struct mes_add_queue_input));
in add_queue_mes()
201
queue_input
.process_id = qpd->pqm->process->pasid;
in add_queue_mes()
202
queue_input
.page_table_base_addr = qpd->page_table_base;
in add_queue_mes()
203
queue_input
.process_va_start = 0;
in add_queue_mes()
204
queue_input
.process_va_end = adev->vm_manager.max_pfn - 1;
in add_queue_mes()
206
queue_input
.process_quantum = KFD_MES_PROCESS_QUANTUM; /* Equivalent to 10ms. */
in add_queue_mes()
207
queue_input
.process_context_addr = pdd->proc_ctx_gpu_addr;
in add_queue_mes()
208
queue_input
.gang_quantum = KFD_MES_GANG_QUANTUM; /* Equivalent to 1ms */
in add_queue_mes()
209
queue_input
in add_queue_mes()
261
struct mes_remove_
queue_input
queue_input
;
remove_queue_mes()
local
[all...]
Completed in 6 milliseconds