Function report |
Source Code:include\linux\xarray.h |
Create Date:2022-07-28 05:42:18 |
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_entry() - Advance iterator to next present entry.*@xas: XArray operation state.*@max: Highest index to return.* xas_next_entry() is an inline function to optimise xarray traversal for* speed
Proto:static inline void *xas_next_entry(struct xa_state *xas, unsigned long max)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas | |
unsigned long | max |
1599 | Do |
1600 | If Value for the false possibility is greater at compile time(xa_index >= max) Then Return xas_find() - Find the next present entry in the XArray |
1602 | If Value for the false possibility is greater at compile time(xa_offset == XA_CHUNK_MASK) Then Return xas_find() - Find the next present entry in the XArray |
1607 | xa_offset++ |
1608 | xa_index++ |
1611 | Return entry |
Name | Describe |
---|---|
check_xas_retry |
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 |