Lines Matching refs:ctx_handles
249 r = idr_alloc(&mgr->ctx_handles, ctx, 1, AMDGPU_VM_MAX_NUM_CTX, GFP_KERNEL); in amdgpu_ctx_alloc()
259 idr_remove(&mgr->ctx_handles, *id); in amdgpu_ctx_alloc()
291 ctx = idr_remove(&mgr->ctx_handles, id); in amdgpu_ctx_free()
311 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query()
347 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query2()
435 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_get()
579 idr_init(&mgr->ctx_handles); in amdgpu_ctx_mgr_init()
588 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush()
614 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini()
644 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini()
651 idr_destroy(&mgr->ctx_handles); in amdgpu_ctx_mgr_fini()