Home
last modified time | relevance | path

Searched defs:cpuidle_state_usage (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dcpuidle.h36 struct cpuidle_state_usage { struct
37 unsigned long long disable;
38 unsigned long long usage;
39 u64 time_ns;
40 unsigned long long above; /* Number of times it's been too deep */
41 unsigned long long below; /* Number of times it's been too shallow */
42 unsigned long long rejected; /* Number of times idle entry was rejected */
44 unsigned long long s2idle_usage;
45 unsigned long long s2idle_time; /* in US */
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpuidle.c257 unsigned long cpuidle_state_usage(unsigned int cpu, in cpuidle_state_usage() function