Searched refs:kfd_restore_wq (Results 1 – 1 of 1) sorted by relevance
66 static struct workqueue_struct *kfd_restore_wq; variable694 if (!kfd_restore_wq) in kfd_process_create_wq()695 kfd_restore_wq = alloc_ordered_workqueue("kfd_restore_wq", in kfd_process_create_wq()698 if (!kfd_process_wq || !kfd_restore_wq) { in kfd_process_create_wq()712 if (kfd_restore_wq) { in kfd_process_destroy_wq()713 destroy_workqueue(kfd_restore_wq); in kfd_process_destroy_wq()714 kfd_restore_wq = NULL; in kfd_process_destroy_wq()2013 mod_delayed_work(kfd_restore_wq, &p->restore_work, in evict_process_worker()2075 if (mod_delayed_work(kfd_restore_wq, &p->restore_work, in restore_process_worker()