Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:26:30
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:grow_tree_refs

Proto:static int grow_tree_refs(struct audit_context *ctx)

Type:int

Parameter:

TypeParameterName
struct audit_context *ctx
234  p = trees
235  trees = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc).
236  If Not trees Then
237  trees = p
238  Return 0
240  If p Then next = trees
242  Else first_trees = trees
244  tree_count = 31
245  Return 1
Caller
NameDescribe
handle_one
handle_path