函数逻辑报告 |
Source Code:kernel\cpu_pm.c |
Create Date:2022-07-27 13:58:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pu_pm_enter - CPU low power entry notifier* Notifies listeners that a single CPU is entering a low power state that may* cause some blocks in the same power domain as the cpu to reset.* Must be called on the affected CPU with interrupts disabled
函数原型:int cpu_pm_enter(void)
返回类型:int
参数:无
84 | ret等于0 |
86 | ret等于cpu_pm_notify(CPU_PM_ENTER, - 1, & nr_calls) |
87 | 如果ret则cpu_pm_notify(CPU_PM_ENTER_FAILED, nr_calls - 1, NULL) |
94 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |