Lines Matching refs:handles
21 idr_remove(&mgr->handles, handle->id);
57 idr_init(&mgr->handles);
66 idp = &mgr->handles;
73 "device released while some encaps signals handles are still allocated\n");
78 idr_destroy(&mgr->handles);
164 rc = idr_alloc(&ctx_mgr->handles, ctx, 1, 0, GFP_KERNEL);
191 idr_remove(&ctx_mgr->handles, ctx->handle);
420 idr_init(&ctx_mgr->handles);
438 idp = &ctx_mgr->handles;
443 idr_destroy(&ctx_mgr->handles);