Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_mq_notify

Proto:static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)

Type:void

Parameter:

TypeParameterName
mqd_tmqdes
const struct sigevent *notification

NULL

Caller
NameDescribe
do_mq_notifyNotes: the case when user wants us to deregister (with NULL as pointer)* and he isn't currently owner of notification, will be silently discarded.* It isn't explicitly defined in the POSIX.