Searched defs:cpuidle_state (Results 1 – 1 of 1) sorted by relevance
38 struct cpuidle_state { struct39 char name[CPUIDLE_NAME_LEN];40 char desc[CPUIDLE_DESC_LEN];42 unsigned int flags;43 unsigned int exit_latency; /* in US */44 int power_usage; /* in mW */45 unsigned int target_residency; /* in US */46 bool disabled; /* disabled on all CPUs */71 struct cpuidle_state_kobj; argument