Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\reboot.c Create Date:2022-07-28 09:33:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This 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.

Proto:void ctrl_alt_del(void)

Type:void

Parameter:Nothing

411  DECLARE_WORK(cad_work, deferred_cad)
413  If his indicates whether you can reboot with ctrl-alt-del: the default is yes Then schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise
415  Else kill_cad_pid(SIGINT, 1)