Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\group.c Create Date:2022-07-28 20:16:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Final freeing of a group

Proto:static void fsnotify_final_destroy_group(struct fsnotify_group *group)

Type:void

Parameter:

TypeParameterName
struct fsnotify_group *group
24  If called when a group refcnt hits 0 to clean up the private union Then called when a group refcnt hits 0 to clean up the private union(group)
27  mem_cgroup_put( memcg to charge allocations )
29  kfree(group)
Caller
NameDescribe
fsnotify_put_groupDrop a reference to a group. Free it if it's through.