Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:That gets run when evict_chunk() ends up needing to kill audit_tree.* Runs from a separate thread.

Proto:static int prune_tree_thread(void *unused)

Type:int

Parameter:

TypeParameterName
void *unused
760  cycle
763  schedule()
766  audit_ctl_lock - Take the audit control lock
767  mutex_lock( & audit_filter_mutex)
783  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
784  audit_ctl_unlock - Drop the audit control lock
786  Return 0