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:ddebug_table_free

Proto:static void ddebug_table_free(struct ddebug_table *dt)

Type:void

Parameter:

TypeParameterName
struct ddebug_table *dt
953  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
954  kfree(dt)
Caller
NameDescribe
ddebug_remove_moduleCalled in response to a module being unloaded. Removes* any ddebug_table's which point at the module.
ddebug_remove_all_tables