Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:unroll_tree_refs

Proto:static void unroll_tree_refs(struct audit_context *ctx, struct audit_tree_refs *p, int count)

Type:void

Parameter:

TypeParameterName
struct audit_context *ctx
struct audit_tree_refs *p
intcount
253  If Not p Then
255  p = first_trees
256  count = 31
258  If Not p Then Return
261  n = count
262  When q != trees cycle
263  When n-- cycle
264  audit_put_chunk(c[n])
265  c[n] = NULL
268  When n-- > tree_count cycle
269  audit_put_chunk(c[n])
270  c[n] = NULL
272  trees = p
273  tree_count = count
Caller
NameDescribe
audit_free_context
__audit_syscall_exit__audit_syscall_exit - deallocate audit context after a system call*@success: success value of the syscall*@return_code: return value of the syscall* Tear down after system call
handle_one
handle_path