Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mm_sysfs_init

Proto:static int __init mm_sysfs_init(void)

Type:int

Parameter:Nothing

187  mm_kobj = kobject_create_and_add() - Create a struct kobject dynamically and* register it with sysfs.*@name: the name for the kobject*@parent: the parent kobject of this kobject, if any.* This function creates a kobject structure dynamically and registers it
188  If Not mm_kobj Then Return -ENOMEM
191  Return 0