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.c3038 struct copy_context_work_handler_workarea copy_context_worker; in suspend_queues() local
3041 &copy_context_worker.copy_context_work, in suspend_queues()
3044 copy_context_worker.p = p; in suspend_queues()
3046 schedule_work(&copy_context_worker.copy_context_work); in suspend_queues()
3049 flush_work(&copy_context_worker.copy_context_work); in suspend_queues()
3050 destroy_work_on_stack(&copy_context_worker.copy_context_work); in suspend_queues()