Function report |
Source Code:kernel\cpu_pm.c |
Create Date:2022-07-28 12:46:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cpu_pm_notify
Proto:static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
enum cpu_pm_event | event | |
int | nr_to_call | |
int * | nr_calls |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |