函数逻辑报告 |
Source Code:kernel\hung_task.c |
Create Date:2022-07-27 12:49:45 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:hungtask_pm_notify
函数原型:static int hungtask_pm_notify(struct notifier_block *self, unsigned long action, void *hcpu)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct notifier_block * | self | |
| unsigned long | action | |
| void * | hcpu |
| 253 | 当:action恒等于Going to hibernate |
| 255 | hung_detector_suspended = true |
| 256 | 退出 |
| 257 | 当:action恒等于Suspend finished |
| 258 | 当:action恒等于Hibernation finished |
| 259 | 当:action恒等于Restore failed |
| 260 | hung_detector_suspended = false |
| 261 | 退出 |
| 262 | 默认 |
| 263 | 退出 |
| 265 | 返回:Suits me |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |