函数逻辑报告 |
Source Code:lib\idr.c |
Create Date:2022-07-27 07:11:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dr_get_next_ul() - Find next populated entry.*@idr: IDR handle.*@nextid: Pointer to an ID.* Returns the next populated entry in the tree with an ID greater than* or equal to the value pointed to by @nextid. On exit, @nextid is updated
函数原型:void *idr_get_next_ul(struct idr *idr, unsigned long *nextid)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct idr * | idr | |
unsigned long * | nextid |
231 | void * entry = NULL |
237 | entry等于Dependency order vs. p above. ( * slot) |
238 | 如果非entry则继续下一循环 |
240 | 如果非xa_is_internal() - Is the entry an internal entry?*@entry: XArray entry.* Context: Any context.* Return: %true if the entry is an internal entry.则退出 |
242 | 如果slot不等于xa_head且非xa_is_retry() - Is the entry a retry entry?*@entry: Entry retrieved from the XArray* Return: %true if the entry is a retry entry.则退出 |
246 | 如果非slot则返回:NULL |
250 | 返回:entry |
名称 | 描述 |
---|---|
idr_get_next | dr_get_next() - Find next populated entry.*@idr: IDR handle.*@nextid: Pointer to an ID.* Returns the next populated entry in the tree with an ID greater than* or equal to the value pointed to by @nextid. On exit, @nextid is updated |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |