Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Initialize any global-scope srcu_struct structures used by this module.

Proto:static int srcu_module_coming(struct module *mod)

Type:int

Parameter:

TypeParameterName
struct module *mod
1322  sspp = srcu_struct_ptrs
1325  When i < num_srcu_structs cycle
1326  ret = init_srcu_struct( * (sspp++))
1327  If WARN_ON_ONCE(ret) Then Return ret
1330  Return 0
Caller
NameDescribe
srcu_module_notifyHandle one module, either coming or going.