Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:cma_debugfs_init

Proto:static int __init cma_debugfs_init(void)

Type:int

Parameter:Nothing

192  cma_debugfs_root = debugfs_create_dir("cma", NULL)
194  When i < cma_area_count cycle cma_debugfs_add_one( & cma_areas[i], cma_debugfs_root)
197  Return 0