Home
last modified time | relevance | path

Searched refs:sugov_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/sched/
H A Dcpufreq_schedutil.c40 struct sugov_cpu { struct
58 static DEFINE_PER_CPU(struct sugov_cpu, sugov_cpu); argument
247 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_reset()
276 static void sugov_iowait_boost(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_boost()
356 static bool sugov_hold_freq(struct sugov_cpu *sg_cpu) in sugov_hold_freq()
391 static inline void ignore_dl_rate_limit(struct sugov_cpu *sg_cpu) in ignore_dl_rate_limit()
420 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_single_freq()
461 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_single_perf()
499 struct sugov_cpu *j_sg_cpu = &per_cpu(sugov_cpu, j); in sugov_next_freq_shared()
514 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_shared()
[all …]
/linux-6.15/Documentation/admin-guide/pm/
H A Damd-pstate.rst181 to the ``struct sugov_cpu`` that the utilization update belongs to.