/src/sys/external/bsd/drm2/include/linux/ |
idr.h | 60 #define idr_remove linux_idr_remove macro 73 void *idr_remove(struct idr *, int); 104 idr_remove(&ida->ida_idr, id);
|
/src/sys/external/bsd/drm2/linux/ |
linux_writecomb.c | 138 idr_remove(&linux_writecomb.idr, id);
|
linux_idr.c | 263 idr_remove(struct idr *idr, int id) function in typeref:typename:void *
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
vgpu.c | 298 idr_remove(&gvt->vgpu_idr, vgpu->id); 461 idr_remove(&gvt->vgpu_idr, vgpu->id);
|
dmabuf.c | 160 idr_remove(&vgpu->object_idr, 613 idr_remove(&vgpu->object_idr, dmabuf_obj->dmabuf_id);
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_mm.c | 207 idr_remove(&dev_priv->object_idr, mem->index);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ctx.c | 266 idr_remove(&mgr->ctx_handles, *id); 300 ctx = idr_remove(&mgr->ctx_handles, id);
|
amdgpu_bo_list.c | 180 list = idr_remove(&fpriv->bo_list_handles, id);
|
amdgpu_vm.c | 3055 idr_remove(&adev->vm_manager.pasid_idr, vm->pasid); 3078 idr_remove(&adev->vm_manager.pasid_idr, pasid); 3100 idr_remove(&adev->vm_manager.pasid_idr, vm->pasid); 3133 idr_remove(&adev->vm_manager.pasid_idr, vm->pasid);
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_cmd.c | 450 idr_remove(&qdev->surf_id_idr, handle); 467 idr_remove(&qdev->surf_id_idr, surface_id);
|
qxl_release.c | 191 idr_remove(&qdev->release_idr, release->id);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
ttm_object.c | 200 idr_remove(&tdev->idr, base->handle); 212 idr_remove(&tdev->idr, base->handle);
|
vmwgfx_resource.c | 117 idr_remove(idr, res->id); 170 idr_remove(idr, id);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_drv.c | 154 idr_remove(&drm_minors_idr, minor->index); 176 idr_remove(&drm_minors_idr, minor->index);
|
drm_auth.c | 282 idr_remove(&file_priv->master->magic_map, file_priv->magic);
|
drm_context.c | 73 idr_remove(&dev->ctx_idr, ctx_handle);
|
drm_dp_aux_dev.c | 289 idr_remove(&aux_idr, aux_dev->index);
|
drm_gem.c | 243 idr_remove(&dev->object_name_idr, obj->name); 337 idr_remove(&filp->object_idr, handle); 468 idr_remove(&file_priv->object_idr, handle);
|
drm_mode_object.c | 118 idr_remove(&dev->mode_config.object_idr, object->id);
|
drm_connector.c | 2324 idr_remove(&dev->mode_config.tile_idr, tg->id);
|
drm_syncobj.c | 558 syncobj = idr_remove(&file_private->syncobj_idr, handle);
|
/src/sys/external/bsd/drm2/dist/drm/sis/ |
sis_mm.c | 188 idr_remove(&dev_priv->object_idr, mem->free);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_events.c | 256 idr_remove(&p->event_idr, ev->event_id);
|
kfd_process.c | 912 idr_remove(&pdd->alloc_idr, handle);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_context.c | 966 vm = idr_remove(&file_priv->vm_idr, id);
|