Symbol: idr_remove
sys/dev/drm/amd/amdgpu/amdgpu_bo_list.c
158
list = idr_remove(&fpriv->bo_list_handles, id);
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
263
idr_remove(&mgr->ctx_handles, *id);
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
295
ctx = idr_remove(&mgr->ctx_handles, id);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3222
idr_remove(&adev->vm_manager.pasid_idr, vm->pasid);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3245
idr_remove(&adev->vm_manager.pasid_idr, pasid);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3267
idr_remove(&adev->vm_manager.pasid_idr, vm->pasid);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3304
idr_remove(&adev->vm_manager.pasid_idr, vm->pasid);
sys/dev/drm/drm_auth.c
286
idr_remove(&file_priv->master->magic_map, file_priv->magic);
sys/dev/drm/drm_connector.c
1850
idr_remove(&dev->mode_config.tile_idr, tg->id);
sys/dev/drm/drm_context.c
61
idr_remove(&dev->ctx_idr, ctx_handle);
sys/dev/drm/drm_dp_aux_dev.c
279
idr_remove(&aux_idr, aux_dev->index);
sys/dev/drm/drm_drv.c
169
idr_remove(&drm_minors_idr, minor->index);
sys/dev/drm/drm_drv.c
191
idr_remove(&drm_minors_idr, minor->index);
sys/dev/drm/drm_gem.c
262
idr_remove(&dev->object_name_idr, obj->name);
sys/dev/drm/drm_gem.c
362
idr_remove(&filp->object_idr, handle);
sys/dev/drm/drm_gem.c
488
idr_remove(&file_priv->object_idr, handle);
sys/dev/drm/drm_mode_object.c
101
idr_remove(&dev->mode_config.crtc_idr, object->id);
sys/dev/drm/drm_syncobj.c
369
syncobj = idr_remove(&file_private->syncobj_idr, handle);
sys/dev/drm/i915/i915_gem_context.c
389
idr_remove(&file_priv->context_idr, ctx->user_handle);
sys/dev/drm/i915/i915_gem_context.c
398
idr_remove(&file_priv->context_idr, ctx->user_handle);
sys/dev/drm/i915/i915_perf.c
3344
idr_remove(&dev_priv->perf.metrics_idr, *arg);
sys/dev/drm/include/linux/idr.h
67
idr_remove(&ida->idr, id);
sys/dev/drm/include/linux/idr.h
73
idr_remove(&ida->idr, id);
sys/libkern/linux_idr.c
107
idr_remove(&idr, id);
sys/sys/idr.h
70
void *idr_remove(struct idr *idp, int id);