函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memcontrol.c Create Date:2022-07-27 17:46:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:compare_thresholds

函数原型:static int compare_thresholds(const void *a, const void *b)

返回类型:int

参数:

类型参数名称
const void *a
const void *b
3898  _a等于a
3899  _b等于b
3901  如果threshold大于threshold则返回:1
3904  如果threshold小于threshold则返回:负1
3907  返回:0