Searched refs:dma_resv_lock_interruptible (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Ddma-resv.h340 * See also dma_resv_lock_interruptible() for the interruptible variant.
349 * dma_resv_lock_interruptible - lock the reservation object
369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, function
400 * dma_resv_lock_interruptible() as well.
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c135 if (!dma_resv_lock_interruptible(bo->base.resv,
144 if (dma_resv_lock_interruptible(bo->base.resv, NULL))
H A Dttm_bo.c578 r = dma_resv_lock_interruptible(busy_bo->base.resv,
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c221 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL);
/linux-master/include/drm/ttm/
H A Dttm_bo.h255 ret = dma_resv_lock_interruptible(bo->base.resv, ticket);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.h194 return dma_resv_lock_interruptible(obj->resv, NULL);
/linux-master/drivers/gpu/drm/
H A Ddrm_exec.c223 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket);
H A Ddrm_gem_shmem_helper.c266 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL);
729 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL);
H A Ddrm_gem.c1270 ret = dma_resv_lock_interruptible(objs[i]->resv,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h170 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem_submit.c136 ret = dma_resv_lock_interruptible(obj->resv, ticket);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c413 ret = dma_resv_lock_interruptible(bo->base.base.resv, NULL);
/linux-master/drivers/dma-buf/
H A Ddma-buf.c1625 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_gem.c628 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c2054 return dma_resv_lock_interruptible(bo->ttm.base.resv, NULL);
H A Dxe_vm.c1382 err = dma_resv_lock_interruptible(xe_vm_resv(vm), NULL);
3224 return dma_resv_lock_interruptible(xe_vm_resv(vm), NULL);
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c1431 return dma_resv_lock_interruptible(dmabuf->resv, NULL);

Completed in 186 milliseconds