函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slab.h Create Date:2022-07-27 15:27:22
Last Modify:2022-05-23 16:25:42 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:slab_ksize

函数原型:static inline size_t slab_ksize(const struct kmem_cache *s)

返回类型:size_t

参数:

类型参数名称
const struct kmem_cache *s
541  如果Used for retrieving partial slabs, etc. 按位与SLAB_KASAN则返回:The size of an object without metadata
548  如果Used for retrieving partial slabs, etc. 按位与Defer freeing slabs to RCU 按位或DEBUG: Store the last owner for bug hunting 的值则返回:Offset to metadata
553  返回:The size of an object including metadata
调用者
名称描述
__ksize