Searched refs:dma_resv_trylock (Results 1 – 8 of 8) sorted by relevance
184 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
49 if (dma_resv_trylock(resv)) { in pool_active()
87 if (prune_fences && dma_resv_trylock(resv)) { in i915_gem_object_wait_reservation()
446 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()493 ret = dma_resv_trylock(bo->base.resv) ? 0 : -EBUSY; in ttm_bo_cleanup_refs_or_queue()580 if (unlock_resv && !dma_resv_trylock(bo->base.resv)) { in ttm_bo_cleanup_refs()643 } else if (dma_resv_trylock(bo->base.resv)) { in ttm_bo_delayed_delete()794 ret = dma_resv_trylock(bo->base.resv); in ttm_bo_evict_swapout_allowable()1367 locked = dma_resv_trylock(bo->base.resv); in ttm_bo_init_reserved()
134 if (unlikely(!dma_resv_trylock(bo->base.resv))) { in ttm_bo_vm_fault()
522 ret = dma_resv_trylock(fbo->base.base.resv); in ttm_buffer_object_transfer()
667 success = dma_resv_trylock(bo->base.resv); in __ttm_bo_reserve()
1998 if (!amdgpu_vm_debug && dma_resv_trylock(resv)) in amdgpu_vm_handle_moved()