Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\jump_label.c Create Date:2022-07-28 13:48:27
Last Modify:2020-03-17 20:59:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:jump_label_cmp

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

Type:int

Parameter:

TypeParameterName
const void *a
const void *b
37  jea = a
38  jeb = b
43  If jump_entry_key(jea) < jump_entry_key(jeb) Then Return -1
46  If jump_entry_key(jea) > jump_entry_key(jeb) Then Return 1
54  If jump_entry_code(jea) < jump_entry_code(jeb) Then Return -1
57  If jump_entry_code(jea) > jump_entry_code(jeb) Then Return 1
60  Return 0