Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__put_system_dir

Proto:static void __put_system_dir(struct trace_subsystem_dir *dir)

Type:void

Parameter:

TypeParameterName
struct trace_subsystem_dir *dir
678  WARN_ON_ONCE(ref_count == 0)
680  WARN_ON_ONCE(system_refcount(subsystem) == 1 && ref_count != 1)
682  __put_system(subsystem)
683  If Not --ref_count Then kfree(dir)
Caller
NameDescribe
put_system
remove_subsystem