Lines Matching full:idp
596 struct idr *idp; in amdgpu_ctx_mgr_entity_flush() local
599 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush()
602 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_flush()
622 struct idr *idp; in amdgpu_ctx_mgr_entity_fini() local
625 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini()
627 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_fini()
650 struct idr *idp; in amdgpu_ctx_mgr_fini() local
655 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini()
657 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_fini()
708 struct idr *idp; in amdgpu_ctx_mgr_fence_usage() local
716 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fence_usage()
718 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_fence_usage()