Lines Matching full:ef
350 * @ef: [IN] This eviction fence is removed if it
356 struct amdgpu_amdkfd_fence *ef)
360 if (!ef)
367 dma_resv_replace_fences(bo->tbo.base.resv, ef->base.context,
1366 struct dma_fence **ef)
1428 if (ef)
1429 *ef = dma_fence_get(&vm->process_info->eviction_fence->base);
1521 struct dma_fence **ef)
1535 ret = init_kfd_vm(avm, process_info, ef);
2810 static void replace_eviction_fence(struct dma_fence __rcu **ef,
2813 struct dma_fence *old_ef = rcu_replace_pointer(*ef, new_ef, true
2845 int amdgpu_amdkfd_gpuvm_restore_process_bos(void *info, struct dma_fence __rcu **ef)
3010 replace_eviction_fence(ef, dma_fence_get(&new_fence->base));
3012 WARN_ONCE(*ef != &process_info->eviction_fence->base,