Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:restore_saved_sigmask_unless

Proto:static inline void restore_saved_sigmask_unless(bool interrupted)

Type:void

Parameter:

TypeParameterName
boolinterrupted
481  If interrupted Then WARN_ON(!test_thread_flag(signal pending ))
483  Else restore_saved_sigmask()
Caller
NameDescribe
poll_select_finish
SYSCALL_DEFINE6Implement the event wait interface for the eventpoll file. It is the kernel* part of the user space epoll_pwait(2).
COMPAT_SYSCALL_DEFINE6
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.