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

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c65 static struct workqueue_struct *kfd_restore_wq; variable in typeref:struct:workqueue_struct
666 if (!kfd_restore_wq)
667 kfd_restore_wq = alloc_ordered_workqueue("kfd_restore_wq",
670 if (!kfd_process_wq || !kfd_restore_wq) {
684 if (kfd_restore_wq) {
685 destroy_workqueue(kfd_restore_wq);
686 kfd_restore_wq = NULL;
1955 mod_delayed_work(kfd_restore_wq, &p->restore_work,
2015 if (mod_delayed_work(kfd_restore_wq,
[all...]

Completed in 175 milliseconds