// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * Copyright (c) 2019, Mellanox Technologies inc. All rights reserved. */ #include <linux/dim.h> static int rdma_dim_step(struct dim *dim) { … } static int rdma_dim_stats_compare(struct dim_stats *curr, struct dim_stats *prev) { … } static bool rdma_dim_decision(struct dim_stats *curr_stats, struct dim *dim) { … } void rdma_dim(struct dim *dim, u64 completions) { … } EXPORT_SYMBOL(…);