Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h24508 struct cpuidle_driver { struct
24509 const char *name;
24510 struct module *owner;
24511 unsigned int bctimer: 1;
24512 struct cpuidle_state states[10];
24513 int state_count;
24514 int safe_state_index;
24515 struct cpumask *cpumask;
24516 const char *governor;
24517 u64 android_kabi_reserved1;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h34673 struct cpuidle_driver { struct
34674 const char *name;
34675 struct module *owner;
34676 unsigned int bctimer: 1;
34677 struct cpuidle_state states[10];
34678 int state_count;
34679 int safe_state_index;
34680 struct cpumask *cpumask;
34681 const char *governor;
34682 u64 android_kabi_reserved1;