Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_load() - Load an entry from an XArray.*@xa: XArray.*@index: index into array.* Context: Any context. Takes and releases the RCU lock.* Return: The entry at @index in @xa.
Proto:void *xa_load(struct xarray *xa, unsigned long index)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index |
1302 | Do |
1309 | Return entry |
Name | Describe |
---|---|
xa_erase_index | |
check_xa_load | |
check_xa_shrink | |
check_insert | |
check_reserve | |
check_multi_store_1 | |
check_multi_store | |
__check_store_iter | |
check_find_entry | |
__check_store_range |
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 |