函数逻辑报告 |
Source Code:lib\test_xarray.c |
Create Date:2022-07-27 07:30:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:check_xa_mark_1
函数原型:static noinline void check_xa_mark_1(struct xarray *xa, unsigned long index)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | xa | |
unsigned long | index |
175 | max_order等于如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_XARRAY_MULTI)则8否则1 |
183 | XA_BUG_ON(xa, xa_store_index(xa, index, GFP_KERNEL) != NULL) |
193 | xa_erase_index(xa, index) |
194 | XA_BUG_ON(xa, !xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.) |
209 | XA_BUG_ON(xa, xa_store_index(xa, index + 1, GFP_KERNEL)) |
211 | XA_BUG_ON(xa, xa_store_index(xa, index + 2, GFP_KERNEL)) |
213 | XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL)) |
218 | seen等于0 |
228 | seen自加 |
234 | seen等于0 |
237 | seen自加 |
244 | xa_erase_index(xa, index) |
245 | xa_erase_index(xa, next) |
248 | XA_BUG_ON(xa, !xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.) |
名称 | 描述 |
---|---|
check_xa_mark |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |