Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit.c Create Date:2022-07-28 11:22:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:audit_ctl_owner_current - Test to see if the current task owns the lock* Description:* Return true if the current task owns the audit control lock, false if it* doesn't own the lock.

Proto:static bool audit_ctl_owner_current(void)

Type:bool

Parameter:Nothing

252  Return current process == owner
Caller
NameDescribe
audit_log_startaudit_log_start - obtain an audit buffer*@ctx: audit_context (may be NULL)*@gfp_mask: type of allocation*@type: audit message type* Returns audit_buffer pointer on success or NULL on error