函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:jump_label_init_type

函数原型:static enum jump_label_type jump_label_init_type(struct jump_entry *entry)

返回类型:enum jump_label_type

参数:

类型参数名称
struct jump_entry *entry
502  key等于jump_entry_key(entry)
503  type等于static_key_type(key)
504  branch等于jump_entry_is_branch(entry)
507  返回:type按位异或branch
调用者
名称描述
jump_label_apply_nopsapply_jump_label_nops - patch module jump labels with arch_get_jump_label_nop()*@mod: module to patch* Allow for run-time selection of the optimal nops. Before the module* loads patch these with arch_get_jump_label_nop(), which is specified by
jump_label_add_module