| Function report | 
| Source Code: lib\test_xarray.c | Create Date:2022-07-28 06:33:35 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:check_xa_shrink
Proto:static noinline void check_xa_shrink(struct xarray *xa)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xarray * | xa | 
| 304 | max_order = If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_XARRAY_MULTI) Then 15 Else 1 | 
| 306 | 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.) | 
| 307 | XA_BUG_ON(xa, xa_store_index(xa, 0, GFP_KERNEL) != NULL) | 
| 308 | XA_BUG_ON(xa, xa_store_index(xa, 1, GFP_KERNEL) != NULL) | 
| 317 | XA_BUG_ON(xa, Private != xa_mk_value() - Create an XArray entry from an integer.*@v: Value to store in XArray.* Context: Any context.* Return: An entry suitable for storing in the XArray.) | 
| 320 | XA_BUG_ON(xa, xa_node != XAS_BOUNDS) | 
| 321 | XA_BUG_ON(xa, Private != XA_RETRY_ENTRY) | 
| 323 | xas_unlock( & xas) | 
| 325 | xa_erase_index(xa, 0) | 
| 326 | 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.) | 
| 336 | XA_BUG_ON(xa, xa_store_index(xa, ULONG_MAX, GFP_KERNEL) != NULL) | 
| 342 | xa_erase_index(xa, ULONG_MAX) | 
| 344 | xa_erase_index(xa, 0) | 
| Name | Describe | 
|---|---|
| xarray_checks | 
| 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 |