Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit_tree.c Create Date:2022-07-28 11:30:03
Last Modify:2022-05-22 16:43:11 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alloc_tree

Proto:static struct audit_tree *alloc_tree(const char *s)

Type:struct audit_tree

Parameter:

TypeParameterName
const char *s
97  tree = Allocation memory
98  If tree Then
99  _set - set a refcount's value*@r: the refcount*@n: value to which the refcount will be set
100  goner = 0
101  Initialization list head
102  Initialization list head
103  Initialization list head
104  Initialization list head
105  root = NULL
106  strcpy(pathname, s)
108  Return tree
Caller
NameDescribe
audit_make_tree