Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memcontrol.c Create Date:2022-07-28 16:11:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:compare_thresholds

Proto:static int compare_thresholds(const void *a, const void *b)

Type:int

Parameter:

TypeParameterName
const void *a
const void *b
3898  _a = a
3899  _b = b
3901  If threshold > threshold Then Return 1
3904  If threshold < threshold Then Return -1
3907  Return 0