Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slab.h Create Date:2022-07-28 14:04:19
Last Modify:2022-05-23 16:25:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:slab_ksize

Proto:static inline size_t slab_ksize(const struct kmem_cache *s)

Type:size_t

Parameter:

TypeParameterName
const struct kmem_cache *s
541  If Used for retrieving partial slabs, etc. & SLAB_KASAN Then Return The size of an object without metadata
548  If Used for retrieving partial slabs, etc. & (Defer freeing slabs to RCU | DEBUG: Store the last owner for bug hunting ) Then Return Offset to metadata
553  Return The size of an object including metadata
Caller
NameDescribe
__ksize