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:get_pipes_per_mec
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
97
unsigned int
get_pipes_per_mec
(struct device_queue_manager *dqm)
in get_pipes_per_mec()
function
431
i <
get_pipes_per_mec
(dqm);
in allocate_hqd()
432
pipe = ((pipe + 1) %
get_pipes_per_mec
(dqm)), ++i) {
in allocate_hqd()
452
dqm->next_pipe_to_allocate = (pipe + 1) %
get_pipes_per_mec
(dqm);
in allocate_hqd()
946
for (i = 0 ; i <
get_pipes_per_mec
(dqm) ; i++)
in init_interrupts()
955
pr_debug("num of pipes: %d\n",
get_pipes_per_mec
(dqm));
in initialize_nocpsch()
957
dqm->allocated_queues = kcalloc(
get_pipes_per_mec
(dqm),
in initialize_nocpsch()
968
for (pipe = 0; pipe <
get_pipes_per_mec
(dqm); pipe++) {
in initialize_nocpsch()
1135
pr_debug("num of pipes: %d\n",
get_pipes_per_mec
(dqm));
in initialize_cpsch()
2049
KFD_CIK_HIQ_PIPE/
get_pipes_per_mec
(dq
in dqm_debugfs_hqds()
[all...]
H
A
D
kfd_device_queue_manager.h
224
unsigned int
get_pipes_per_mec
(struct device_queue_manager *dqm);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
103
unsigned int
get_pipes_per_mec
(struct device_queue_manager *dqm)
in get_pipes_per_mec()
function
658
i <
get_pipes_per_mec
(dqm);
in allocate_hqd()
659
pipe = ((pipe + 1) %
get_pipes_per_mec
(dqm)), ++i) {
in allocate_hqd()
679
dqm->next_pipe_to_allocate = (pipe + 1) %
get_pipes_per_mec
(dqm);
in allocate_hqd()
1383
for (i = 0 ; i <
get_pipes_per_mec
(dqm) ; i++) {
in init_interrupts()
1396
pr_debug("num of pipes: %d\n",
get_pipes_per_mec
(dqm));
in initialize_nocpsch()
1398
dqm->allocated_queues = kcalloc(
get_pipes_per_mec
(dqm),
in initialize_nocpsch()
1409
for (pipe = 0; pipe <
get_pipes_per_mec
(dqm); pipe++) {
in initialize_nocpsch()
1607
pr_debug("num of pipes: %d\n",
get_pipes_per_mec
(dqm));
in initialize_cpsch()
3179
KFD_CIK_HIQ_PIPE /
get_pipes_per_mec
(dq
in dqm_debugfs_hqds()
[all...]
H
A
D
kfd_device_queue_manager.h
284
unsigned int
get_pipes_per_mec
(struct device_queue_manager *dqm);
Completed in 8 milliseconds