Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:put_tree_ref

Proto:static int put_tree_ref(struct audit_context *ctx, struct audit_chunk *chunk)

Type:int

Parameter:

TypeParameterName
struct audit_context *ctx
struct audit_chunk *chunk
213  p = trees
214  left = tree_count
215  If Value is more likely to compile time(left) Then
216  c[--left] = chunk
217  tree_count = left
218  Return 1
220  If Not p Then Return 0
222  p = next
223  If p Then
224  c[30] = chunk
225  trees = p
226  tree_count = 30
227  Return 1
229  Return 0
Caller
NameDescribe
handle_one
handle_path