OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kfd_process_wq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_process.c
59
static struct workqueue_struct *
kfd_process_wq
;
variable in typeref:struct:workqueue_struct *
142
if (!
kfd_process_wq
)
143
kfd_process_wq
= alloc_workqueue("
kfd_process_wq
", 0, 0);
147
if (!
kfd_process_wq
|| !kfd_restore_wq) {
157
if (
kfd_process_wq
) {
158
destroy_workqueue(
kfd_process_wq
);
159
kfd_process_wq
= NULL;
494
queue_work(
kfd_process_wq
, &p->release_work);
kfd_process.c
59
static struct workqueue_struct *
kfd_process_wq
;
variable in typeref:struct:workqueue_struct *
142
if (!
kfd_process_wq
)
143
kfd_process_wq
= alloc_workqueue("
kfd_process_wq
", 0, 0);
147
if (!
kfd_process_wq
|| !kfd_restore_wq) {
157
if (
kfd_process_wq
) {
158
destroy_workqueue(
kfd_process_wq
);
159
kfd_process_wq
= NULL;
494
queue_work(
kfd_process_wq
, &p->release_work);
Completed in 38 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025