Searched refs:dma_resv_lock_interruptible (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 135 if (!dma_resv_lock_interruptible(bo->base.resv, in ttm_bo_vm_reserve() 144 if (dma_resv_lock_interruptible(bo->base.resv, NULL)) in ttm_bo_vm_reserve()
|
D | ttm_bo_util.c | 801 ret = dma_resv_lock_interruptible(resv, walk->ticket); in ttm_lru_walk_ticketlock()
|
/linux-6.12.1/include/linux/ |
D | dma-resv.h | 369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_exec.c | 222 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket); in drm_exec_lock_obj()
|
D | drm_gem_shmem_helper.c | 269 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_pin() 735 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_get_pages_sgt()
|
D | drm_gem.c | 1297 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
|
/linux-6.12.1/include/drm/ttm/ |
D | ttm_bo.h | 295 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
|
/linux-6.12.1/drivers/gpu/drm/virtio/ |
D | virtgpu_gem.c | 221 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
|
/linux-6.12.1/drivers/gpu/drm/msm/ |
D | msm_gem.h | 194 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
|
/linux-6.12.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object.h | 169 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
|
/linux-6.12.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem_submit.c | 136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
|
/linux-6.12.1/drivers/gpu/drm/panfrost/ |
D | panfrost_drv.c | 412 ret = dma_resv_lock_interruptible(bo->base.base.resv, NULL); in panfrost_ioctl_madvise()
|
/linux-6.12.1/drivers/dma-buf/ |
D | dma-buf.c | 1639 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
|
/linux-6.12.1/drivers/gpu/drm/vc4/ |
D | vc4_gem.c | 628 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_bo.c | 2120 return dma_resv_lock_interruptible(bo->ttm.base.resv, NULL); in xe_bo_lock()
|
D | xe_vm.c | 3136 return dma_resv_lock_interruptible(xe_vm_resv(vm), NULL); in xe_vm_lock()
|
/linux-6.12.1/drivers/iio/ |
D | industrialio-buffer.c | 1618 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in iio_dma_resv_lock()
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | f_fs.c | 1438 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in ffs_dma_resv_lock()
|