Symbol: idr_remove
sys/dev/ic/qwx.c
16172
msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id);
sys/dev/ic/qwz.c
13762
msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id);
sys/dev/pci/drm/amd/amdgpu/amdgpu_bo_list.c
162
list = idr_remove(&fpriv->bo_list_handles, id);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
498
idr_remove(&mgr->ctx_handles, *id);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
530
ctx = idr_remove(&mgr->ctx_handles, id);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ids.c
93
idr_remove(&amdgpu_pasid_idr, pasid);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
207
idr_remove(&uq_mgr->userq_idr, queue_id);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
595
idr_remove(&uq_mgr->userq_idr, qid);
sys/dev/pci/drm/amd/amdkfd/kfd_events.c
277
idr_remove(&p->event_idr, ev->event_id);
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
1814
idr_remove(&pdd->alloc_idr, handle);
sys/dev/pci/drm/display/drm_dp_aux_dev.c
288
idr_remove(&aux_idr, aux_dev->index);
sys/dev/pci/drm/drm_auth.c
351
idr_remove(&file_priv->master->magic_map, file_priv->magic);
sys/dev/pci/drm/drm_connector.c
3554
idr_remove(&dev->mode_config.tile_idr, tg->id);
sys/dev/pci/drm/drm_gem.c
1199
idr_remove(&file_priv->object_idr, handle);
sys/dev/pci/drm/drm_gem.c
1210
idr_remove(&file_priv->object_idr, args->handle);
sys/dev/pci/drm/drm_gem.c
457
idr_remove(&dev->object_name_idr, obj->name);
sys/dev/pci/drm/drm_gem.c
560
idr_remove(&filp->object_idr, handle);
sys/dev/pci/drm/drm_gem.c
675
idr_remove(&file_priv->object_idr, handle);
sys/dev/pci/drm/drm_linux.c
1033
idr_remove(&ida->idr, id);
sys/dev/pci/drm/drm_mode_object.c
113
idr_remove(&dev->mode_config.object_idr, object->id);
sys/dev/pci/drm/drm_syncobj.c
652
syncobj = idr_remove(&file_private->syncobj_idr, handle);
sys/dev/pci/drm/i915/gvt/dmabuf.c
146
idr_remove(&vgpu->object_idr,
sys/dev/pci/drm/i915/gvt/dmabuf.c
582
idr_remove(&vgpu->object_idr, dmabuf_obj->dmabuf_id);
sys/dev/pci/drm/i915/gvt/vgpu.c
238
idr_remove(&gvt->vgpu_idr, vgpu->id);
sys/dev/pci/drm/i915/gvt/vgpu.c
401
idr_remove(&gvt->vgpu_idr, vgpu->id);
sys/dev/pci/drm/i915/i915_perf.c
4844
idr_remove(&perf->metrics_idr, *arg);
sys/dev/pci/drm/i915/selftests/i915_perf.c
63
idr_remove(&perf->metrics_idr, oa_config->id);
sys/dev/pci/drm/include/linux/idr.h
49
void *idr_remove(struct idr *, unsigned long);