Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rderly_poweroff - Trigger an orderly system poweroff*@force: force poweroff if command execution fails* This may be called from any context to trigger a system shutdown.* If the orderly shutdown fails, it will force an immediate shutdown.

Proto:void orderly_poweroff(bool force)

Type:void

Parameter:

TypeParameterName
boolforce
496  If force Then poweroff_force = true
498  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