Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_get_mark() - Inquire whether this mark is set on this entry.*@xa: XArray.*@index: Index of entry.*@mark: Mark number.* This function uses the RCU read lock, so the result may be out of date* by the time it returns
Proto:bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index | |
xa_mark_t | mark |
1753 | Return false |
1754 | found : |
1756 | Return true |
Name | Describe |
---|---|
check_xa_mark_1 | |
check_xa_mark_2 | |
check_find_1 |
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 |