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_process_wq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_process.c
56
static struct workqueue_struct *
kfd_process_wq
;
variable
613
if (!
kfd_process_wq
)
in kfd_process_create_wq()
614
kfd_process_wq
= alloc_workqueue("
kfd_process_wq
", 0, 0);
in kfd_process_create_wq()
618
if (!
kfd_process_wq
|| !kfd_restore_wq) {
in kfd_process_create_wq()
628
if (
kfd_process_wq
) {
in kfd_process_destroy_wq()
629
destroy_workqueue(
kfd_process_wq
);
in kfd_process_destroy_wq()
630
kfd_process_wq
= NULL;
in kfd_process_destroy_wq()
1009
queue_work(
kfd_process_wq
, &p->release_work);
in kfd_process_ref_release()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_process.c
57
static struct workqueue_struct *
kfd_process_wq
;
variable
664
if (!
kfd_process_wq
)
in kfd_process_create_wq()
665
kfd_process_wq
= alloc_workqueue("
kfd_process_wq
", 0, 0);
in kfd_process_create_wq()
669
if (!
kfd_process_wq
|| !kfd_restore_wq) {
in kfd_process_create_wq()
679
if (
kfd_process_wq
) {
in kfd_process_destroy_wq()
680
destroy_workqueue(
kfd_process_wq
);
in kfd_process_destroy_wq()
681
kfd_process_wq
= NULL;
in kfd_process_destroy_wq()
1146
queue_work(
kfd_process_wq
, &p->release_work);
in kfd_process_ref_release()
Completed in 6 milliseconds