函数逻辑报告 | 
Source Code:lib\xarray.c | 
Create Date:2022-07-27 07:10:52 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:xa_store_range() - Store this entry at a range of indices in the XArray
函数原型:void *xa_store_range(struct xarray *xa, unsigned long first, unsigned long last, void *entry, gfp_t gfp)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct xarray * | xa | |
| unsigned long | first | |
| unsigned long | last | |
| void * | entry | |
| gfp_t | gfp | 
| 1565 | 如果last小于first则返回:We encode errnos in the xas->xa_node. If an error has happened, we need to* drop the lock to fix it, and once we've done so the xa_state is invalid.( - EINVAL) | 
| 1568 | 循环 | 
| 1570 | 如果entry则 | 
| 1571 | order等于BITS_PER_LONG | 
| 1572 | 如果last加1则order等于在字中找到第一个指定位 | 
| 1579 | 循环 | 
| 1580 | xas_set_range( & xas, first, last) | 
| 1586 | unlock : | 
| 1587 | xas_unlock( & xas) | 
| 1590 | 返回:xas_result( & xas, NULL) | 
| 名称 | 描述 | 
|---|---|
| __check_store_range | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |