Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:jump_label_sort_entries

Proto:static void jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop)

Type:void

Parameter:

TypeParameterName
struct jump_entry *start
struct jump_entry *stop
83  void * swapfn = NULL
85  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE) Then swapfn = jump_label_swap
88  size = (stop - start) / size of jump_entry
90  sort(start, size, size of jump_entry , jump_label_cmp, swapfn)
Caller
NameDescribe
jump_label_init
jump_label_add_module