函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:This sets key->next and preserves the type bits.* See additional comments above static_key_set_entries().

函数原型:static void static_key_set_mod(struct static_key *key, struct static_key_mod *mod)

返回类型:void

参数:

类型参数名称
struct static_key *key>type and key->next are the same via union.
struct static_key_mod *mod
533  WARN_ON_ONCE((unsignedlong)mod & JUMP_TYPE_MASK)
534  type等于type按位与JUMP_TYPE_MASK
535  next等于mod
536  type或等于type
调用者
名称描述
jump_label_add_module
jump_label_del_module