函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\srcutree.c Create Date:2022-07-27 11:19:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Clean up any global-scope srcu_struct structures used by this module.

函数原型:static void srcu_module_going(struct module *mod)

返回类型:void

参数:

类型参数名称
struct module *mod
1337  sspp等于srcu_struct_ptrs
1339 i小于num_srcu_structs循环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.
调用者
名称描述
srcu_module_notifyHandle one module, either coming or going.