函数逻辑报告 |
Source Code:include\linux\rhashtable.h |
Create Date:2022-07-27 07:05:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__rht_ptr
函数原型:static inline struct rhash_head __rcu *__rht_ptr(struct rhash_lock_head *const *bkt)
返回类型:struct rhash_head
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rhash_lock_head *const * | bkt |
355 | 返回:(struct rhash_head __rcu * )((unsigned long) * bkt & ~BIT(0) ? : NULLS_MARKER() expects a hash value with the low* bits mostly likely to be significant, and it discards* the msb(bkt)) |
名称 | 描述 |
---|---|
rht_ptr_rcu | Where 'bkt' is a bucket and might be locked:* rht_ptr_rcu() dereferences that pointer and clears the lock bit.* rht_ptr() dereferences in a context where the bucket is locked.* rht_ptr_exclusive() dereferences in a context where exclusive |
rht_ptr | |
rht_ptr_exclusive |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |