Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:jump_label_type

Proto:static enum jump_label_type jump_label_type(struct jump_entry *entry)

Type:enum jump_label_type

Parameter:

TypeParameterName
struct jump_entry *entry
393  key = jump_entry_key(entry)
394  enabled = static_key_enabled(key)
395  branch = jump_entry_is_branch(entry)
398  Return enabled ^ branch
Caller
NameDescribe
__jump_label_update
jump_label_init
jump_label_add_module