Searched refs:old_ef (Results 1 – 2 of 2) sorted by relevance
50 struct amdgpu_eviction_fence *old_ef, *new_ef; in amdgpu_eviction_fence_replace_fence() local75 old_ef = evf_mgr->ev_fence; in amdgpu_eviction_fence_replace_fence()93 if (old_ef) in amdgpu_eviction_fence_replace_fence()94 dma_fence_put(&old_ef->base); in amdgpu_eviction_fence_replace_fence()
2825 struct dma_fence *old_ef = rcu_replace_pointer(*ef, new_ef, true in replace_eviction_fence() local2834 WARN_ONCE(!dma_fence_is_signaled(old_ef), in replace_eviction_fence()2836 dma_fence_put(old_ef); in replace_eviction_fence()
Completed in 9 milliseconds