Symbol: amdgpu_eviction_fence
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
108
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
133
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
152
struct amdgpu_eviction_fence *ev_fence)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
159
struct amdgpu_eviction_fence *
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
162
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
179
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
200
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
40
struct amdgpu_eviction_fence *ef;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
42
ef = container_of(f, struct amdgpu_eviction_fence, base);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
50
struct amdgpu_eviction_fence *old_ef, *new_ef;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
39
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
45
struct amdgpu_eviction_fence *
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
64
struct amdgpu_eviction_fence *ev_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1371
struct amdgpu_eviction_fence *ev_fence)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
475
struct amdgpu_eviction_fence *ev_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
134
struct amdgpu_eviction_fence *ev_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
31
#define to_ev_fence(f) container_of(f, struct amdgpu_eviction_fence, base)