Searched refs:kfd_restore_wq (Results 1 – 1 of 1) sorted by relevance
67 static struct workqueue_struct *kfd_restore_wq; variable710 if (!kfd_restore_wq) in kfd_process_create_wq()711 kfd_restore_wq = alloc_ordered_workqueue("kfd_restore_wq", in kfd_process_create_wq()714 if (!kfd_process_wq || !kfd_restore_wq) { in kfd_process_create_wq()728 if (kfd_restore_wq) { in kfd_process_destroy_wq()729 destroy_workqueue(kfd_restore_wq); in kfd_process_destroy_wq()730 kfd_restore_wq = NULL; in kfd_process_destroy_wq()2202 mod_delayed_work(kfd_restore_wq, &p->restore_work, in evict_process_worker()2264 if (mod_delayed_work(kfd_restore_wq, &p->restore_work, in restore_process_worker()