Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:print_dropped_signal

Proto:static inline void print_dropped_signal(int sig)

Type:void

Parameter:

TypeParameterName
intsig
256  DEFINE_RATELIMIT_STATE(ratelimit_state, 5 * HZ, 10)
258  If Not print_fatal_signals Then Return
261  If Not __ratelimit( & ratelimit_state) Then Return
264  pr_info("%s/%d: reached RLIMIT_SIGPENDING, dropped signal %d\n", comm, pid, sig)
Caller
NameDescribe
__sigqueue_allocallocate a new signal queue record* - this may be called without locks if and only if t == current, otherwise an* appropriate lock must be held to stop the target task from exiting