Function report |
Source Code:include\linux\xarray.h |
Create Date:2022-07-28 05:42:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_next_marked() - Advance iterator to next marked entry.*@xas: XArray operation state.*@max: Highest index to return.*@mark: Mark to search for.* xas_next_marked() is an inline function to optimise xarray traversal for* speed
Proto:static inline void *xas_next_marked(struct xa_state *xas, unsigned long max, xa_mark_t mark)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas | |
unsigned long | max | |
xa_mark_t | mark |
1657 | xa_index = (xa_index & ~XA_CHUNK_MASK) + offset |
1662 | Return Private |
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 |