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:Clean up any global-scope srcu_struct structures used by this module.

Proto:static void srcu_module_going(struct module *mod)

Type:void

Parameter:

TypeParameterName
struct module *mod
1337  sspp = srcu_struct_ptrs
1339  When i < num_srcu_structs cycle leanup_srcu_struct - deconstruct a sleep-RCU structure*@ssp: structure to clean up.* Must invoke this after you are finished using a given srcu_struct that* was initialized via init_srcu_struct(), else you leak memory.
Caller
NameDescribe
srcu_module_notifyHandle one module, either coming or going.