OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kfd_restore_wq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_process.c
67
static struct workqueue_struct *
kfd_restore_wq
;
variable in typeref:struct:workqueue_struct *
144
if (!
kfd_restore_wq
)
145
kfd_restore_wq
= alloc_ordered_workqueue("
kfd_restore_wq
", 0);
147
if (!kfd_process_wq || !
kfd_restore_wq
) {
161
if (
kfd_restore_wq
) {
162
destroy_workqueue(
kfd_restore_wq
);
163
kfd_restore_wq
= NULL;
1040
queue_delayed_work(
kfd_restore_wq
, &p->restore_work,
1078
ret = queue_delayed_work(
kfd_restore_wq
, &p->restore_work
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025