Linux Kernel
3.7.1
|
#include <pm_domain.h>
Data Fields | |
s64 | stop_latency_ns |
s64 | start_latency_ns |
s64 | save_state_latency_ns |
s64 | restore_state_latency_ns |
s64 | effective_constraint_ns |
bool | constraint_changed |
bool | cached_stop_ok |
Definition at line 99 of file pm_domain.h.
bool cached_stop_ok |
Definition at line 106 of file pm_domain.h.
bool constraint_changed |
Definition at line 105 of file pm_domain.h.
s64 effective_constraint_ns |
Definition at line 104 of file pm_domain.h.
s64 restore_state_latency_ns |
Definition at line 103 of file pm_domain.h.
s64 save_state_latency_ns |
Definition at line 102 of file pm_domain.h.
s64 start_latency_ns |
Definition at line 101 of file pm_domain.h.
s64 stop_latency_ns |
Definition at line 100 of file pm_domain.h.