Searched refs:new_ef (Results 1 – 2 of 2) sorted by relevance
50 struct amdgpu_eviction_fence *old_ef, *new_ef; in amdgpu_eviction_fence_replace_fence() local67 new_ef = amdgpu_eviction_fence_create(evf_mgr); in amdgpu_eviction_fence_replace_fence()68 if (!new_ef) { in amdgpu_eviction_fence_replace_fence()76 evf_mgr->ev_fence = new_ef; in amdgpu_eviction_fence_replace_fence()98 kfree(new_ef); in amdgpu_eviction_fence_replace_fence()
2823 struct dma_fence *new_ef) in replace_eviction_fence() argument2825 struct dma_fence *old_ef = rcu_replace_pointer(*ef, new_ef, true in replace_eviction_fence()
Completed in 10 milliseconds