Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slub.c Create Date:2022-07-28 15:49:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__kmem_cache_empty

Proto:bool __kmem_cache_empty(struct kmem_cache *s)

Type:bool

Parameter:

TypeParameterName
struct kmem_cache *s
3729  for_each_kmem_cache_node(s, node, n)
3730  If nr_partial || slabs_node(s, node) Then Return false
3732  Return true
Caller
NameDescribe
kasan_cache_shutdown