Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.h33 #define work_to_uq_mgr(w, name) container_of(w, struct amdgpu_userq_mgr, name) macro
H A Damdgpu_userq.c1153 struct amdgpu_userq_mgr *uq_mgr = work_to_uq_mgr(work, resume_work.work); in amdgpu_userq_restore_worker()