函数逻辑报告 |
Source Code:include\linux\xarray.h |
Create Date:2022-07-27 06:43:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xas_next_entry() - Advance iterator to next present entry.*@xas: XArray operation state.*@max: Highest index to return.* xas_next_entry() is an inline function to optimise xarray traversal for* speed
函数原型:static inline void *xas_next_entry(struct xa_state *xas, unsigned long max)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xa_state * | xas | |
unsigned long | max |
1599 | 循环 |
1602 | 如果此条件成立可能性小(为编译器优化)(xa_offset == XA_CHUNK_MASK)则返回:xas_find() - Find the next present entry in the XArray |
1607 | xa_offset自加 |
1608 | xa_index自加 |
1611 | 返回:entry |
名称 | 描述 |
---|---|
check_xas_retry |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |