Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\notifier-error-inject.c Create Date:2022-07-28 07:11:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:err_inject_init

Proto:static int __init err_inject_init(void)

Type:int

Parameter:Nothing

83  notifier_err_inject_dir = debugfs_create_dir("notifier-error-inject", NULL)
86  If Not notifier_err_inject_dir Then Return -ENOMEM
89  Return 0