函数逻辑报告 |
Source Code:lib\rhashtable.c |
Create Date:2022-07-27 07:22:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:hashtable_walk_start_check - Start a hash table walk*@iter: Hash table iterator* Start a hash table walk at the current iterator position. Note that we take* the RCU lock in all cases including when we return an error. So you must
函数原型:int rhashtable_walk_start_check(struct rhashtable_iter *iter)__acquires(RCU)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rhashtable_iter * | iter |
715 | 加自旋锁 |
718 | 自旋锁解锁 |
720 | 如果end_of_table则返回:0 |
722 | 如果非tbl则 |
743 | p = NULL |
763 | p = NULL |
765 | found : |
766 | 返回:0 |
名称 | 描述 |
---|---|
rhashtable_walk_start |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |