Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\range.c Create Date:2022-07-28 09:33:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cmp_range

Proto:static int cmp_range(const void *x1, const void *x2)

Type:int

Parameter:

TypeParameterName
const void *x1
const void *x2
115  r1 = x1
116  r2 = x2
118  If start < start Then Return -1
120  If start > start Then Return 1
122  Return 0