函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\jump_label.c Create Date:2022-07-27 15:10:11
Last Modify:2020-03-17 20:59:06 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:jump_label_sort_entries

函数原型:static void jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop)

返回类型:void

参数:

类型参数名称
struct jump_entry *start
struct jump_entry *stop
83  void * swapfn = NULL
85  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE)则swapfn等于jump_label_swap
88  size等于stopstart的差除jump_entry的长度
90  sort(start, size, jump_entry的长度, jump_label_cmp, swapfn)
调用者
名称描述
jump_label_init设置初始化标志
jump_label_add_module