Searched refs:pd_cpus (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | fair.c | 7075 struct cpumask *pd_cpus, in eenv_pd_busy_time() argument 7081 for_each_cpu(cpu, pd_cpus) { in eenv_pd_busy_time() 7098 eenv_pd_max_util(struct energy_env *eenv, struct cpumask *pd_cpus, in eenv_pd_max_util() argument 7104 for_each_cpu(cpu, pd_cpus) { in eenv_pd_max_util() 7130 struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu) in compute_energy() argument 7132 unsigned long max_util = eenv_pd_max_util(eenv, pd_cpus, p, dst_cpu); in compute_energy()
|