Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:33:47 |
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_alloc_2
Proto:static noinline void check_xa_alloc_2(struct xarray *xa, unsigned int base)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned int | base |
731 | 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.) |
732 | XA_BUG_ON(xa, xa_alloc(xa, & id, NULL, xa_limit_32b, GFP_KERNEL) != 0) |
734 | 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.) |
736 | 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.) |
739 | 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.) |
740 | XA_BUG_ON(xa, xa_alloc(xa, & id, NULL, xa_limit_32b, GFP_KERNEL) != 0) |
742 | 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.) |
744 | 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.) |
747 | XA_BUG_ON(xa, xa_alloc(xa, & id, NULL, xa_limit_32b, GFP_KERNEL) != 0) |
756 | XA_BUG_ON(xa, xa_alloc(xa, & id, NULL, xa_limit_32b, GFP_KERNEL) != 0) |
760 | xa_erase_index(xa, index) |
768 | 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.) |
770 | 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_alloc |
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 |