Searched refs:ctx_handles (Results 1 – 2 of 2) sorted by relevance
99 r = idr_alloc(&mgr->ctx_handles, ctx, 1, 0, GFP_KERNEL); in amdgpu_ctx_alloc()129 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_free()131 idr_remove(&mgr->ctx_handles, id); in amdgpu_ctx_free()153 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query()218 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_get()291 idr_init(&mgr->ctx_handles); in amdgpu_ctx_mgr_init()300 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini()307 idr_destroy(&mgr->ctx_handles); in amdgpu_ctx_mgr_fini()
1045 struct idr ctx_handles; member