Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_store() - Store this entry in the XArray.*@xa: XArray.*@index: Index into array.*@entry: New entry.*@gfp: Memory allocation flags.* After this function returns, loads from this index will return @entry.
Proto:void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index | |
void * | entry | |
gfp_t | gfp |
1425 | Return curr |
Name | Describe |
---|---|
xa_store_index | |
check_xa_err | |
check_multi_store | |
check_xa_alloc_2 | |
check_align_2 | We should always be able to store without allocating memory after* reserving a slot. |
check_destroy |
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 |