Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:cmp_ex_search

Proto:static int cmp_ex_search(const void *key, const void *elt)

Type:int

Parameter:

TypeParameterName
const void *key
const void *elt
97  _elt = elt
98  _key = key
101  If _key > ex_to_insn(_elt) Then Return 1
103  If _key < ex_to_insn(_elt) Then Return -1
105  Return 0