diff options
Diffstat (limited to 'include/linux/cpuidle.h')
| -rw-r--r-- | include/linux/cpuidle.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index faed7a8977e8..4dff74f48d4b 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h @@ -33,6 +33,8 @@ struct cpuidle_state_usage {  	unsigned long long	disable;  	unsigned long long	usage;  	unsigned long long	time; /* in US */ +	unsigned long long	above; /* Number of times it's been too deep */ +	unsigned long long	below; /* Number of times it's been too shallow */  #ifdef CONFIG_SUSPEND  	unsigned long long	s2idle_usage;  	unsigned long long	s2idle_time; /* in US */  |