函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apm_32.c Create Date:2022-07-27 09:22:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:apm_power_off - ask the BIOS to power off* Handle the power off sequence

函数原型:static void apm_power_off(void)

返回类型:void

参数:

983  如果realmode_power_off
984  set_cpus_allowed_ptr(当前进程, cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(0))
985  machine_real_restart(MRR_APM)
986  否则
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.