Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\mqueue.c Create Date:2022-07-28 16:51:01
Last Modify:2020-03-17 23:00:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:The next function is only to split too long sys_mq_timedsend

Proto:static void __do_notify(struct mqueue_inode_info *info)

Type:void

Parameter:

TypeParameterName
struct mqueue_inode_info *info
710  If notify_owner && number of messages currently queued == 1 Then
715  Break
719  clear_siginfo( & sig_i)
721  si_errno = 0
733  Break
737  Break
740  put_pid(notify_owner)
741  put_user_ns(notify_user_ns)
742  notify_owner = NULL
743  notify_user_ns = NULL
745  wake_up( & wait_q)
Caller
NameDescribe
do_mq_timedsend