Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_srcu_module_notifier

Proto:static __init int init_srcu_module_notifier(void)

Type:int

Parameter:Nothing

1372  ret = register_module_notifier( & srcu_module_nb)
1373  If ret Then pr_warn("Failed to register srcu module notifier\n")
1375  Return ret