Home
last modified time | relevance | path

Searched refs:new_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
67 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()
A Damdgpu_amdkfd_gpuvm.c2823 struct dma_fence *new_ef) in replace_eviction_fence() argument
2825 struct dma_fence *old_ef = rcu_replace_pointer(*ef, new_ef, true in replace_eviction_fence()

Completed in 10 milliseconds