| Function report | 
| Source Code: lib\test_xarray.c | Create Date:2022-07-28 06:33:58 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:check_move_max
Proto:static noinline void check_move_max(struct xarray *xa)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xarray * | xa | 
| 1167 | xa_store_index(xa, ULONG_MAX, GFP_KERNEL) | 
| 1169 | XA_BUG_ON(xa, xas_find() - Find the next present entry in the XArray != xa_mk_index(ULONG_MAX)) | 
| 1170 | XA_BUG_ON(xa, xas_find() - Find the next present entry in the XArray != NULL) | 
| 1175 | XA_BUG_ON(xa, xas_find() - Find the next present entry in the XArray != xa_mk_index(ULONG_MAX)) | 
| 1177 | XA_BUG_ON(xa, xas_find() - Find the next present entry in the XArray != NULL) | 
| 1180 | xa_erase_index(xa, ULONG_MAX) | 
| 1181 | 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.) | 
| Name | Describe | 
|---|---|
| check_move | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |