| Function report | 
| Source Code: lib\test_xarray.c | Create Date:2022-07-28 06:33:43 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:check_multi_store
Proto:static noinline void check_multi_store(struct xarray *xa)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xarray * | xa | 
| 581 | XA_BUG_ON(xa, Total entry count != 2) | 
| 582 | XA_BUG_ON(xa, Value entry count != 2) | 
| 591 | XA_BUG_ON(xa, Total entry count != 3) | 
| 592 | XA_BUG_ON(xa, Value entry count != 2) | 
| 603 | XA_BUG_ON(xa, Total entry count != 4) | 
| 604 | XA_BUG_ON(xa, Value entry count != 4) | 
| 609 | 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.) | 
| 612 | xa_store_index(xa, 1, GFP_KERNEL) | 
| 613 | xa_store_index(xa, 2, GFP_KERNEL) | 
| 615 | 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.) | 
| 636 | check_multi_store_1(xa, 200, i) | 
| 637 | check_multi_store_1(xa, 0, i) | 
| 638 | check_multi_store_1(xa, (1UL << i) + 1, i) | 
| 640 | check_multi_store_2(xa, 4095, 9) | 
| 643 | check_multi_store_3(xa, 0, i) | 
| 644 | check_multi_store_3(xa, 1UL << i, i) | 
| 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 |