函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:jump_label_can_update

函数原型:static bool jump_label_can_update(struct jump_entry *entry, bool init)

返回类型:bool

参数:

类型参数名称
struct jump_entry *entry
boolinit
406  如果非initjump_entry_is_init(entry)则返回:false
409  如果非kernel_text_address(jump_entry_code(entry))则
410  WARN_ONCE(!jump_entry_is_init(entry), "can't patch jump_label at %pS", (void * )jump_entry_code(entry))
413  返回:false
416  返回:true
调用者
名称描述
__jump_label_update