Searched refs:kfd_process_wq (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c57 static struct workqueue_struct *kfd_process_wq; variable in typeref:struct:workqueue_struct
664 if (!kfd_process_wq)
665 kfd_process_wq = alloc_workqueue("kfd_process_wq", 0, 0);
670 if (!kfd_process_wq || !kfd_restore_wq) {
680 if (kfd_process_wq) {
681 destroy_workqueue(kfd_process_wq);
682 kfd_process_wq = NULL;
1150 queue_work(kfd_process_wq, &p->release_work);

Completed in 226 milliseconds