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
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 |
1387 | If xa_track_free(xa) && Not entry Then entry = XA_ZERO_ENTRY |
1390 | Do |
1396 | Return xas_result( & xas, curr) |
Name | Describe |
---|---|
xa_store | 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. |
__split_huge_page |
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 |