函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit_tree.c Create Date:2022-07-27 12:33:41
Last Modify:2022-05-22 16:43:11 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:remove_chunk_node

函数原型:static void remove_chunk_node(struct audit_chunk *chunk, struct node *p)

返回类型:void

参数:

类型参数名称
struct audit_chunk *chunk
struct node *p
331  owner等于owner
333  如果root恒等于chunk
334  删除链表项并重新初始化
335  root = NULL
337  删除链表项并重新初始化
338  owner = NULL
339  put_tree(owner)
调用者
名称描述
prune_tree_chunksRemove tree from chunks. If 'tagged' is set, remove tree only from tagged* chunks. The function expects tagged chunks are all at the beginning of the* chunks list.