Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:17:00
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_compat_user_sigmask

Proto:int set_compat_user_sigmask(const compat_sigset_t __user *umask, size_t sigsetsize)

Type:int

Parameter:

TypeParameterName
const compat_sigset_t __user *umask
size_tsigsetsize
2988  If Not umask Then Return 0
2990  If sigsetsize != sizeof(compat_sigset_t) Then Return -EINVAL
2992  If get_compat_sigset( & kmask, umask) Then Return -EFAULT
2995  Higher-quality implementation, used if TIF_RESTORE_SIGMASK doesn't exist.
2996  saved_sigmask = blocked
2997  set_current_blocked - change current->blocked mask*@newset: new mask* It is wrong to change ->blocked directly, this helper should be used* to ensure the process can't miss a shared signal we are going to block.
2999  Return 0
Caller
NameDescribe
COMPAT_SYSCALL_DEFINE5New compat syscall for 64 bit time_t
COMPAT_SYSCALL_DEFINE6
COMPAT_SYSCALL_DEFINE6
io_cqring_waitWait until events become available, if we don't already have some. The* application must reap them itself, as they reside on the shared cq ring.