/src/sys/external/bsd/drm2/include/linux/ |
dma-resv.h | 80 #define dma_resv_lock_interruptible linux_dma_resv_lock_interruptible macro 101 int dma_resv_lock_interruptible(struct dma_resv *,
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo_vm.c | 147 if (!dma_resv_lock_interruptible(bo->base.resv, 156 if (dma_resv_lock_interruptible(bo->base.resv, NULL))
|
ttm_bo.c | 835 r = dma_resv_lock_interruptible(busy_bo->base.resv,
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_gem.c | 210 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL);
|
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_bo_driver.h | 696 ret = dma_resv_lock_interruptible(bo->base.resv, ticket);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_object.h | 130 return dma_resv_lock_interruptible(obj->base.resv, NULL);
|
i915_gem_execbuffer.c | 2075 err = dma_resv_lock_interruptible(pw->batch->resv, NULL);
|
/src/sys/external/bsd/drm2/ttm/ |
ttm_bo_vm.c | 158 if (!dma_resv_lock_interruptible(bo->base.resv, NULL))
|
/src/sys/external/bsd/drm2/linux/ |
linux_dma_resv.c | 162 * after dma_resv_lock or dma_resv_lock_interruptible has failed 174 * dma_resv_lock_interruptible(robj, ctx) 182 dma_resv_lock_interruptible(struct dma_resv *robj, function in typeref:typename:int 194 * after dma_resv_lock or dma_resv_lock_interruptible has failed
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_gem.c | 1440 ret = dma_resv_lock_interruptible(objs[i]->resv,
|