Home
last modified time | relevance | path

Searched refs:copy_context_worker (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c3431 struct copy_context_work_handler_workarea copy_context_worker; in suspend_queues() local
3434 &copy_context_worker.copy_context_work, in suspend_queues()
3437 copy_context_worker.p = p; in suspend_queues()
3439 schedule_work(&copy_context_worker.copy_context_work); in suspend_queues()
3442 flush_work(&copy_context_worker.copy_context_work); in suspend_queues()
3443 destroy_work_on_stack(&copy_context_worker.copy_context_work); in suspend_queues()