函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\ksm.c Create Date:2022-07-27 17:11:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ksm_slab_init

函数原型:static int __init ksm_slab_init(void)

返回类型:int

参数:

308  rmap_item_cache等于KSM_KMEM_CACHE(rmap_item, 0)
309  如果非rmap_item_cache则转到:out
312  stable_node_cache等于KSM_KMEM_CACHE(stable_node, 0)
313  如果非stable_node_cache则转到:out_free1
316  mm_slot_cache等于KSM_KMEM_CACHE(mm_slot, 0)
317  如果非mm_slot_cache则转到:out_free2
320  返回:0
322  out_free2 :
323  删除高速缓存区
324  out_free1 :
325  删除高速缓存区
326  out :
327  返回:负ENOMEM
调用者
名称描述
ksm_init