Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c3023 struct copy_context_work_handler_workarea copy_context_worker; in suspend_queues() local
3026 &copy_context_worker.copy_context_work, in suspend_queues()
3029 copy_context_worker.p = p; in suspend_queues()
3031 schedule_work(&copy_context_worker.copy_context_work); in suspend_queues()
3034 flush_work(&copy_context_worker.copy_context_work); in suspend_queues()
3035 destroy_work_on_stack(&copy_context_worker.copy_context_work); in suspend_queues()