Searched defs:sugov_policy (Results 1 – 2 of 2) sorted by relevance
24746 struct sugov_policy { struct24747 struct cpufreq_policy *policy;24748 struct sugov_tunables *tunables;24749 struct list_head tunables_hook;24750 raw_spinlock_t update_lock;24751 u64 last_freq_update_time;24752 s64 freq_update_delay_ns;24753 unsigned int next_freq;24754 unsigned int cached_raw_freq;24755 struct irq_work irq_work;[all …]
34867 struct sugov_policy { struct34868 struct cpufreq_policy *policy;34869 struct sugov_tunables *tunables;34870 struct list_head tunables_hook;34871 raw_spinlock_t update_lock;34872 u64 last_freq_update_time;34873 s64 freq_update_delay_ns;34874 unsigned int next_freq;34875 unsigned int cached_raw_freq;34876 struct irq_work irq_work;[all …]