Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\jump_label.c Create Date:2022-07-28 13:48:45
Last Modify:2020-03-17 20:59:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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

Proto:static void static_key_set_entries(struct static_key *key, struct jump_entry *entries)

Type:void

Parameter:

TypeParameterName
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
Caller
NameDescribe
jump_label_init
jump_label_add_module
jump_label_del_module