Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__jump_label_update

Proto:static void __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop, bool init)

Type:void

Parameter:

TypeParameterName
struct static_key *key
struct jump_entry *entry
struct jump_entry *stop
boolinit
425  When entry < stop && jump_entry_key(entry) == key cycle
426  If jump_label_can_update(entry, init) Then arch_jump_label_transform(entry, jump_label_type(entry))
Caller
NameDescribe
__jump_label_mod_update
jump_label_add_module
jump_label_update