Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ksm_slab_free

Proto:static void __init ksm_slab_free(void)

Type:void

Parameter:Nothing

332  kmem_cache_destroy(mm_slot_cache)
333  kmem_cache_destroy(stable_node_cache)
334  kmem_cache_destroy(rmap_item_cache)
335  mm_slot_cache = NULL
Caller
NameDescribe
ksm_init