Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:reboot_init

Proto:static int __init reboot_init(void)

Type:int

Parameter:Nothing

493  If Not reboot_default Then Return 0
501  rv = dmi_check_system(This is a single dmi_table handling all reboot quirks.)
503  If Not rv && efi_reboot_required() && Not efi_runtime_disabled() Then reboot_type = BOOT_EFI
506  Return 0