函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__jump_label_update

函数原型:static void __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop, bool init)

返回类型:void

参数:

类型参数名称
struct static_key *key
struct jump_entry *entry
struct jump_entry *stop
boolinit
425 entry小于stopjump_entry_key(entry)恒等于key循环
426  如果jump_label_can_update(entry, init)则arch_jump_label_transform(entry, jump_label_type(entry))
调用者
名称描述
__jump_label_mod_update
jump_label_add_module
jump_label_update