Searched refs:sugov_cpu (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 51 struct sugov_cpu { struct 69 static DEFINE_PER_CPU(struct sugov_cpu, sugov_cpu); argument 296 static unsigned long sugov_get_util(struct sugov_cpu *sg_cpu) in sugov_get_util() 319 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_reset() 348 static void sugov_iowait_boost(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_boost() 397 static unsigned long sugov_iowait_apply(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_apply() 432 static bool sugov_cpu_is_busy(struct sugov_cpu *sg_cpu) in sugov_cpu_is_busy() 441 static inline bool sugov_cpu_is_busy(struct sugov_cpu *sg_cpu) { return false; } in sugov_cpu_is_busy() 448 static inline void ignore_dl_rate_limit(struct sugov_cpu *sg_cpu, struct sugov_policy *sg_policy) in ignore_dl_rate_limit() 457 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_single() [all …]
|