HomeSort by: relevance | last modified time | path
    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