Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:34:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_store_many_order
Proto:static noinline void xa_store_many_order(struct xarray *xa, unsigned long index, unsigned order)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index | |
unsigned | order |
1305 | i = 0 |
1307 | Do |
1311 | If xas_error() - Return an errno stored in the xa_state.*@xas: XArray operation state.* Return: 0 if no error has been noted. A negative errno if one has. Then Go to unlock |
1317 | unlock : |
1318 | xas_unlock( & xas) |
1321 | XA_BUG_ON(xa, xas_error() - Return an errno stored in the xa_state.*@xas: XArray operation state.* Return: 0 if no error has been noted. A negative errno if one has.) |
Name | Describe |
---|---|
check_create_range_1 | |
check_create_range_2 |
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 |