Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:33:32 |
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_mark_1
Proto:static noinline void check_xa_mark_1(struct xarray *xa, unsigned long index)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index |
175 | 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 8 Else 1 |
183 | XA_BUG_ON(xa, xa_store_index(xa, index, GFP_KERNEL) != NULL) |
193 | xa_erase_index(xa, index) |
194 | 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.) |
209 | XA_BUG_ON(xa, xa_store_index(xa, index + 1, GFP_KERNEL)) |
211 | XA_BUG_ON(xa, xa_store_index(xa, index + 2, GFP_KERNEL)) |
213 | XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL)) |
218 | seen = 0 |
228 | seen++ |
234 | seen = 0 |
237 | seen++ |
244 | xa_erase_index(xa, index) |
245 | xa_erase_index(xa, next) |
248 | 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_xa_mark |
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 |