Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c3021 struct copy_context_work_handler_workarea copy_context_worker; in suspend_queues() local
3024 &copy_context_worker.copy_context_work, in suspend_queues()
3027 copy_context_worker.p = p; in suspend_queues()
3029 schedule_work(&copy_context_worker.copy_context_work); in suspend_queues()
3032 flush_work(&copy_context_worker.copy_context_work); in suspend_queues()
3033 destroy_work_on_stack(&copy_context_worker.copy_context_work); in suspend_queues()