函数逻辑报告 |
Source Code:lib\xarray.c |
Create Date:2022-07-27 07:10:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | xa | |
unsigned long | index | |
void * | entry | |
gfp_t | gfp |
1425 | 返回:curr |
名称 | 描述 |
---|---|
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 | |
init_ftrace_syscalls |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |