Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct static_key * | key | |
struct jump_entry * | entries |
385 | WARN_ON_ONCE((unsignedlong)entries & JUMP_TYPE_MASK) |
386 | type = type & JUMP_TYPE_MASK |
Name | Describe |
---|---|
jump_label_init | |
jump_label_add_module | |
jump_label_del_module |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |