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:packet_mgr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
495
const struct packet_manager_funcs *pmf = qpd->dqm->
packet_mgr
.pmf;
in flush_texture_cache_nocpsch()
1445
r = pm_init(&dqm->
packet_mgr
, dqm);
in start_nocpsch()
1461
pm_uninit(&dqm->
packet_mgr
, false);
in stop_nocpsch()
1602
return pm_send_set_resources(&dqm->
packet_mgr
, &res);
in set_sched_resources()
1636
retval = pm_init(&dqm->
packet_mgr
, dqm);
in start_cpsch()
1672
retval = pm_update_grace_period(&dqm->
packet_mgr
,
in start_cpsch()
1690
pm_uninit(&dqm->
packet_mgr
, false);
in start_cpsch()
1717
pm_release_ib(&dqm->
packet_mgr
);
in stop_cpsch()
1721
pm_uninit(&dqm->
packet_mgr
, hanging);
in stop_cpsch()
1920
retval = pm_send_runlist(&dqm->
packet_mgr
,
in map_queues_cpsch()
[all...]
H
A
D
kfd_device_queue_manager.h
231
struct packet_manager
packet_mgr
;
member
H
A
D
kfd_topology.c
2287
r = pm_debugfs_runlist(m, &dev->gpu->dqm->
packet_mgr
);
in kfd_debugfs_rls_by_device()
Completed in 6 milliseconds