Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Called in response to a module being unloaded. Removes* any ddebug_table's which point at the module.

Proto:int ddebug_remove_module(const char *mod_name)

Type:int

Parameter:

TypeParameterName
const char *mod_name
964  ret = -ENOENT
966  vpr_info("removing module \"%s\"\n", mod_name)
968  mutex_lock( & ddebug_lock)
970  If mod_name == mod_name Then
971  ddebug_table_free(dt)
972  ret = 0
973  Break
976  mutex_unlock( & ddebug_lock)
977  Return ret
Caller
NameDescribe
dynamic_debug_remove