Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcpuidle.h44 struct cpuidle_state { struct
45 char name[CPUIDLE_NAME_LEN];
46 char desc[CPUIDLE_DESC_LEN];
48 unsigned int flags;
49 unsigned int exit_latency; /* in US */
50 int power_usage; /* in mW */
51 unsigned int target_residency; /* in US */
52 bool disabled; /* disabled on all CPUs */
77 struct cpuidle_state_kobj; argument