Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:33:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_insert
Proto:static noinline void check_insert(struct xarray *xa)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa |
353 | xa_insert_index(xa, i) |
356 | xa_erase_index(xa, i) |
359 | When i < BITS_PER_LONG cycle |
360 | xa_insert_index(xa, 1UL << i) |
363 | xa_erase_index(xa, 1UL << i) |
365 | xa_insert_index(xa, (1UL << i) - 1) |
368 | xa_erase_index(xa, (1UL << i) - 1) |
371 | xa_insert_index(xa, ~0UL) |
374 | xa_erase_index(xa, ~0UL) |
376 | 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 |
---|---|
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 |