kfd_restore_wq     61 drivers/gpu/drm/amd/amdkfd/kfd_process.c static struct workqueue_struct *kfd_restore_wq;
kfd_restore_wq    138 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	if (!kfd_restore_wq)
kfd_restore_wq    139 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		kfd_restore_wq = alloc_ordered_workqueue("kfd_restore_wq", 0);
kfd_restore_wq    141 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	if (!kfd_process_wq || !kfd_restore_wq) {
kfd_restore_wq    155 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	if (kfd_restore_wq) {
kfd_restore_wq    156 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		destroy_workqueue(kfd_restore_wq);
kfd_restore_wq    157 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		kfd_restore_wq = NULL;
kfd_restore_wq   1029 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		queue_delayed_work(kfd_restore_wq, &p->restore_work,
kfd_restore_wq   1067 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		ret = queue_delayed_work(kfd_restore_wq, &p->restore_work,
kfd_restore_wq   1106 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		if (!queue_delayed_work(kfd_restore_wq, &p->restore_work, 0)) {