函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:apm_event_handler

函数原型:static void apm_event_handler(void)

返回类型:void

参数:

1411  pending_count等于4
1414  如果standbys_pending大于0或suspends_pending大于0则
1415  如果connection_version大于0x100且pending_count自减小于等于0则
1417  pending_count等于4
1418  如果debugprintk(debug-level messages "apm: setting state busy\n")
1424  否则pending_count等于4
1426  check_events()
调用者
名称描述
apm_mainloopThis is the APM thread main loop.