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