Lines Matching refs:ctx_handles
488 r = idr_alloc(&mgr->ctx_handles, ctx, 1, AMDGPU_VM_MAX_NUM_CTX, GFP_KERNEL); in amdgpu_ctx_alloc()
498 idr_remove(&mgr->ctx_handles, *id); in amdgpu_ctx_alloc()
530 ctx = idr_remove(&mgr->ctx_handles, id); in amdgpu_ctx_free()
550 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query()
588 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query2()
650 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_stable_pstate()
741 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_get()
890 idr_init_base(&mgr->ctx_handles, 1); in amdgpu_ctx_mgr_init()
902 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush()
928 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini()
958 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini()
965 idr_destroy(&mgr->ctx_handles); in amdgpu_ctx_mgr_fini()
988 idr_for_each_entry(&mgr->ctx_handles, ctx, id) { in amdgpu_ctx_mgr_usage()