idr_remove
msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id);
msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id);
list = idr_remove(&fpriv->bo_list_handles, id);
idr_remove(&mgr->ctx_handles, *id);
ctx = idr_remove(&mgr->ctx_handles, id);
idr_remove(&amdgpu_pasid_idr, pasid);
idr_remove(&uq_mgr->userq_idr, queue_id);
idr_remove(&uq_mgr->userq_idr, qid);
idr_remove(&p->event_idr, ev->event_id);
idr_remove(&pdd->alloc_idr, handle);
idr_remove(&aux_idr, aux_dev->index);
idr_remove(&file_priv->master->magic_map, file_priv->magic);
idr_remove(&dev->mode_config.tile_idr, tg->id);
idr_remove(&file_priv->object_idr, handle);
idr_remove(&file_priv->object_idr, args->handle);
idr_remove(&dev->object_name_idr, obj->name);
idr_remove(&filp->object_idr, handle);
idr_remove(&file_priv->object_idr, handle);
idr_remove(&ida->idr, id);
idr_remove(&dev->mode_config.object_idr, object->id);
syncobj = idr_remove(&file_private->syncobj_idr, handle);
idr_remove(&vgpu->object_idr,
idr_remove(&vgpu->object_idr, dmabuf_obj->dmabuf_id);
idr_remove(&gvt->vgpu_idr, vgpu->id);
idr_remove(&gvt->vgpu_idr, vgpu->id);
idr_remove(&perf->metrics_idr, *arg);
idr_remove(&perf->metrics_idr, oa_config->id);
void *idr_remove(struct idr *, unsigned long);