函数逻辑报告 |
Source Code:include\linux\xarray.h |
Create Date:2022-07-27 06:43:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xa_mk_value() - Create an XArray entry from an integer.*@v: Value to store in XArray.* Context: Any context.* Return: An entry suitable for storing in the XArray.
函数原型:static inline void *xa_mk_value(unsigned long v)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | v |
55 | 返回:v左移1位按位或1 |
名称 | 描述 |
---|---|
ida_alloc_range | da_alloc_range() - Allocate an unused ID.*@ida: IDA handle.*@min: Lowest ID to allocate.*@max: Highest ID to allocate.*@gfp: Memory allocation flags.* Allocate an ID between @min and @max, inclusive. The allocated ID will |
ida_free | da_free() - Release an allocated ID.*@ida: IDA handle.*@id: Previously allocated ID.* Context: Any context. |
xa_mk_index | |
check_xa_err | |
check_xas_retry | |
check_xa_shrink | |
check_cmpxchg | |
check_reserve | |
check_xas_erase | |
check_multi_store_2 | |
check_multi_store | |
check_multi_find_1 | |
check_move_small | |
check_workingset | |
pack_shadow | |
dax_make_entry | |
dax_lock_entry | Return: The entry stored at this location before it was locked. |
dax_insert_entry | By this point grab_mapping_entry() has ensured that we have a locked entry* of the appropriate size so we don't have to worry about downgrading PMDs to* PTEs |
swp_to_radix_entry |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |