dst_node_size     313 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		 dst_node_size, src_page_offset, dst_page_offset;
dst_node_size     333 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	dst_node_size = (dst_mm->size << PAGE_SHIFT) - dst->offset;
dst_node_size     346 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		cur_size = min3(min(src_node_size, dst_node_size), size,
dst_node_size     400 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		dst_node_size -= cur_size;
dst_node_size     401 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		if (!dst_node_size) {
dst_node_size     404 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 			dst_node_size = (dst_mm->size << PAGE_SHIFT);