函数逻辑报告 |
Source Code:mm\slub.c |
Create Date:2022-07-27 17:23:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__kmem_cache_alias
函数原型:struct kmem_cache *__kmem_cache_alias(const char *name, unsigned int size, unsigned int align, slab_flags_t flags, void (*ctor)(void *))
返回类型:struct kmem_cache
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | name | |
unsigned int | size | |
unsigned int | align | |
slab_flags_t | flags | |
void (* | ctor |
4278 | 如果s则 |
4279 | Refcount for slab cache destroy 自加 |
4286 | Offset to metadata 等于两数取大(Offset to metadata , @a is a power of 2 value (size, *的长度)) |
4290 | Offset to metadata 等于两数取大(Offset to metadata , @a is a power of 2 value (size, *的长度)) |
4293 | 如果sysfs_slab_alias(s, name)则 |
4294 | Refcount for slab cache destroy 自减 |
4295 | s = NULL |
4299 | 返回:s |
名称 | 描述 |
---|---|
kmem_cache_create_usercopy | kmem_cache_create_usercopy - Create a cache with a region suitable* for copying to userspace*@name: A string which is used in /proc/slabinfo to identify this cache.*@size: The size of objects to be created in this cache. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |