函数逻辑报告 |
Source Code:kernel\locking\lockdep.c |
Create Date:2022-07-27 10:49:58 |
Last Modify:2020-03-17 14:16:01 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:keyhashentry
函数原型:static inline struct hlist_head *keyhashentry(const struct lock_class_key *key)
返回类型:struct hlist_head
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct lock_class_key * | key |
1107 | hash等于hash_long((uintptr_t)key, All data structures here are protected by the global debug_lock.* nr_lock_classes is the number of elements of lock_classes[] that is* in use.) |
1109 | 返回:lock_keys_hash加hash |
名称 | 描述 |
---|---|
lockdep_register_key | Register a dynamically allocated key. |
is_dynamic_key | Check whether a key has been registered as a dynamic key. |
lockdep_unregister_key | Unregister a dynamically allocated key. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |