Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_eviction_fence.c50 struct amdgpu_eviction_fence *old_ef, *new_ef; in amdgpu_eviction_fence_replace_fence() local
75 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()
A Damdgpu_amdkfd_gpuvm.c2825 struct dma_fence *old_ef = rcu_replace_pointer(*ef, new_ef, true in replace_eviction_fence() local
2834 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