函数逻辑报告 |
Source Code:mm\slab_common.c |
Create Date:2022-07-27 15:53:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Find a mergeable slab cache
函数原型:int slab_unmergeable(struct kmem_cache *s)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kmem_cache * | s |
311 | 如果Merge control. If this is set then no merging of slab caches will occur.或Used for retrieving partial slabs, etc. 按位与Set of flags that will prevent slab merging则返回:1 |
314 | 如果非is_root_cache(s)则返回:1 |
317 | 如果ctor则返回:1 |
320 | 如果Usercopy region size 则返回:1 |
326 | 如果Refcount for slab cache destroy 小于0则返回:1 |
329 | 返回:0 |
名称 | 描述 |
---|---|
find_mergeable |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |