Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcpuidle.h48 struct cpuidle_state { struct
49 char name[CPUIDLE_NAME_LEN];
50 char desc[CPUIDLE_DESC_LEN];
52 u64 exit_latency_ns;
53 u64 target_residency_ns;
54 unsigned int flags;
55 unsigned int exit_latency; /* in US */
56 int power_usage; /* in mW */
57 unsigned int target_residency; /* in US */
59 int (*enter) (struct cpuidle_device *dev,
[all …]