函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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 |
名称 | 描述 |
---|---|
jump_label_init | 设置初始化标志 |
jump_label_add_module | |
jump_label_del_module |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |