函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:A 'struct static_key' uses a union such that it either points directly* to a table of 'struct jump_entry' or to a linked list of modules which in* turn point to 'struct jump_entry' tables

函数原型:static void static_key_set_entries(struct static_key *key, struct jump_entry *entries)

返回类型:void

参数:

类型参数名称
struct static_key *key
struct jump_entry *entries
385  WARN_ON_ONCE((unsignedlong)entries & JUMP_TYPE_MASK)
386  type等于type按位与JUMP_TYPE_MASK
387  entries等于entries
388  type或等于type
调用者
名称描述
jump_label_init设置初始化标志
jump_label_add_module
jump_label_del_module