Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:34:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_create_range_4
Proto:static noinline void check_create_range_4(struct xarray *xa, unsigned long index, unsigned order)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index | |
unsigned | order |
1360 | i = 0 |
1362 | xa_store_index(xa, index, GFP_KERNEL) |
1363 | Do |
1366 | 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 |
1376 | unlock : |
1377 | xas_unlock( & xas) |
1380 | 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.) |
1384 | 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_create_range |
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 |