Lines Matching full:handles
19 idr_remove(&mgr->handles, handle->id); in hl_encaps_handle_do_release()
39 idr_remove(&mgr->handles, handle->id); in hl_encaps_handle_do_release_sob()
49 idr_init(&mgr->handles); in hl_encaps_sig_mgr_init()
59 idp = &mgr->handles; in hl_encaps_sig_mgr_fini()
62 dev_warn(hdev->dev, "device released while some encaps signals handles are still allocated\n"); in hl_encaps_sig_mgr_fini()
68 idr_destroy(&mgr->handles); in hl_encaps_sig_mgr_fini()
154 rc = idr_alloc(&ctx_mgr->handles, ctx, 1, 0, GFP_KERNEL); in hl_ctx_create()
181 idr_remove(&ctx_mgr->handles, ctx->handle); in hl_ctx_create()
410 idr_init(&ctx_mgr->handles); in hl_ctx_mgr_init()
428 idp = &ctx_mgr->handles; in hl_ctx_mgr_fini()
433 idr_destroy(&ctx_mgr->handles); in hl_ctx_mgr_fini()