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:kill_cad_pid

Proto:static inline int kill_cad_pid(int sig, int priv)

Type:int

Parameter:

TypeParameterName
intsig
intpriv
497  Return kill_pid(cad_pid, sig, priv)
Caller
NameDescribe
ctrl_alt_delThis function gets called by ctrl-alt-del - ie the keyboard interrupt.* As it's called within an interrupt, it may NOT sync: the only choice* is whether to reboot at once, or just ignore the ctrl-alt-del.