Home
last modified time | relevance | path

Searched refs:dma_resv_lock_interruptible (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c137 if (!dma_resv_lock_interruptible(bo->base.resv, in ttm_bo_vm_reserve()
146 if (dma_resv_lock_interruptible(bo->base.resv, NULL)) in ttm_bo_vm_reserve()
H A Dttm_bo_util.c831 ret = dma_resv_lock_interruptible(resv, arg->ticket); in ttm_lru_walk_ticketlock()
/linux/include/linux/
H A Ddma-resv.h369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
/linux/drivers/gpu/drm/
H A Ddrm_exec.c224 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket); in drm_exec_lock_obj()
H A Ddrm_gem_shmem_helper.c298 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_pin()
762 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_get_pages_sgt()
H A Ddrm_gem.c1346 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c223 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.h340 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h170 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem_submit.c135 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
/linux/drivers/iio/
H A Dindustrialio-buffer.c1618 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in iio_dma_resv_lock()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c2829 return dma_resv_lock_interruptible(bo->ttm.base.resv, NULL); in xe_bo_lock()
H A Dxe_vm.c3829 return dma_resv_lock_interruptible(xe_vm_resv(vm), NULL); in xe_vm_lock()
/linux/drivers/usb/gadget/function/
H A Df_fs.c1428 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in ffs_dma_resv_lock()