Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dcpuidle.h49 struct cpuidle_state { struct
50 char name[CPUIDLE_NAME_LEN];
51 char desc[CPUIDLE_DESC_LEN];
53 s64 exit_latency_ns;
54 s64 target_residency_ns;
55 unsigned int flags;
56 unsigned int exit_latency; /* in US */
57 int power_usage; /* in mW */
58 unsigned int target_residency; /* in US */
60 int (*enter) (struct cpuidle_device *dev,
[all …]