Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:apm_power_off - ask the BIOS to power off* Handle the power off sequence

Proto:static void apm_power_off(void)

Type:void

Parameter:Nothing

983  If realmode_power_off Then
984  set_cpus_allowed_ptr(current process, cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(0))
985  machine_real_restart(MRR_APM)
986  Else
987  set_system_power_state - set system wide power state*@state: which state to enter* Transition the entire system into a new APM power state.