Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\dim\rdma_dim.c Create Date:2022-07-28 07:19:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB

Proto:static int rdma_dim_step(struct dim *dim)

Type:int

Parameter:

TypeParameterName
struct dim *dim
10  If tune_state == DIM_GOING_RIGHT Then
11  If profile_ix == RDMA DIM profile:* profile size must be of RDMA_DIM_PARAMS_NUM_PROFILES. - 1 Then Return DIM_ON_EDGE
13  profile_ix++
14  steps_right++
16  If tune_state == DIM_GOING_LEFT Then
17  If profile_ix == 0 Then Return DIM_ON_EDGE
19  profile_ix--
20  steps_left++
23  Return DIM_STEPPED
Caller
NameDescribe
rdma_dim_decision