Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ddebug_remove_all_tables

Proto:static void ddebug_remove_all_tables(void)

Type:void

Parameter:Nothing

982  mutex_lock( & ddebug_lock)
983  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
984  dt = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(next, structddebug_table, link)
987  ddebug_table_free(dt)
989  mutex_unlock( & ddebug_lock)
Caller
NameDescribe
dynamic_debug_init