Home
last modified time | relevance | path

Searched refs:dma_resv_is_locked (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Ddma-resv.h433 static inline bool dma_resv_is_locked(struct dma_resv *obj) in dma_resv_is_locked() function
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c1505 WARN_ON_ONCE(!dma_resv_is_locked(bo->tbo.base.resv) && in amdgpu_bo_gpu_offset()