Function report | 
Source Code:include\linux\xarray.h | 
Create Date:2022-07-28 05:42:16 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Private
Proto:static inline void *xa_entry_locked(const struct xarray *xa, const struct xa_node *node, unsigned int offset)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct xarray * | xa | |
| const struct xa_node * | node | |
| unsigned int | offset | 
| 1188 | XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE) | 
| Name | Describe | 
|---|---|
| xas_shrink | |
| xas_free_nodes | xas_free_nodes() - Free this node and all nodes that it references*@xas: Array operation state.*@top: Node to free* This node has been removed from the tree. We must now free it and all* of its subnodes | 
| xas_create | xas_create() - Create a slot to store an entry in.*@xas: XArray operation state.*@allow_root: %true if we can store the entry in the root directly* Most users will not need to call this function directly, as it is called* by xas_store() | 
| xas_store | xas_store() - Store this entry in the XArray | 
| xas_find_conflict | xas_find_conflict() - Find the next present entry in a range.*@xas: XArray operation state.* The @xas describes both a range and a position within that range.* Context: Any context. Expects xa_lock to be held. | 
| check_xa_shrink | 
| 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  |