| Function report | 
| Source Code: lib\test_xarray.c | Create Date:2022-07-28 06:33:29 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:check_xas_retry
Proto:static noinline void check_xas_retry(struct xarray *xa)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xarray * | xa | 
| 104 | xa_store_index(xa, 0, GFP_KERNEL) | 
| 105 | xa_store_index(xa, 1, GFP_KERNEL) | 
| 109 | xa_erase_index(xa, 1) | 
| 110 | XA_BUG_ON(xa, !xa_is_retry() - Is the entry a retry entry?*@entry: Entry retrieved from the XArray* Return: %true if the entry is a retry entry.) | 
| 114 | XA_BUG_ON(xa, xa_node != XAS_RESTART) | 
| 119 | XA_BUG_ON(xa, xa_store_index(xa, 1, GFP_KERNEL) != NULL) | 
| 122 | XA_BUG_ON(xa, !xa_is_internal() - Is the entry an internal entry?*@entry: XArray entry.* Context: Any context.* Return: %true if the entry is an internal entry.) | 
| 123 | xa_node = XAS_RESTART | 
| 138 | xas_unlock( & xas) | 
| 140 | xa_erase_index(xa, 0) | 
| 141 | xa_erase_index(xa, 1) | 
| 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 |