函数逻辑报告 |
Source Code:kernel\cpu_pm.c |
Create Date:2022-07-27 13:58:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cpu_pm_notify
函数原型:static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
enum cpu_pm_event | event | |
int | nr_to_call | |
int * | nr_calls |
名称 | 描述 |
---|---|
cpu_pm_enter | 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 |
cpu_pm_exit | pu_pm_exit - CPU low power exit notifier* Notifies listeners that a single CPU is exiting a low power state that may* have caused some blocks in the same power domain as the cpu to reset |
cpu_cluster_pm_enter | pu_cluster_pm_enter - CPU cluster low power entry notifier* Notifies listeners that all cpus in a power domain are entering a low power* state that may cause some blocks in the same power domain to reset |
cpu_cluster_pm_exit | pu_cluster_pm_exit - CPU cluster low power exit notifier* Notifies listeners that all cpus in a power domain are exiting form a* low power state that may have caused some blocks in the same power domain* to reset |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |