Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:33:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__check_store_iter
Proto:static noinline void __check_store_iter(struct xarray *xa, unsigned long start, unsigned int order, unsigned int present)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | start | |
unsigned int | order | |
unsigned int | present |
844 | count = 0 |
846 | retry : |
849 | XA_BUG_ON(xa, !xa_is_value() - Determine if an entry is a value.*@entry: XArray entry.* Context: Any context.* Return: True if the entry is a value, false if it is a pointer.) |
850 | XA_BUG_ON(xa, entry < xa_mk_index(start)) |
852 | count++ |
855 | xas_unlock( & xas) |
860 | 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.) |
865 | xa_erase_index(xa, start) |
Name | Describe |
---|---|
check_store_iter |
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 |