Searched defs:cpuidle_state (Results 1 – 1 of 1) sorted by relevance
44 struct cpuidle_state { struct45 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