Searched refs:pd_cpus (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | fair.c | 8251 struct cpumask *pd_cpus, in eenv_pd_busy_time() argument 8257 for_each_cpu(cpu, pd_cpus) { in eenv_pd_busy_time() 8274 eenv_pd_max_util(struct energy_env *eenv, struct cpumask *pd_cpus, in eenv_pd_max_util() argument 8280 for_each_cpu(cpu, pd_cpus) { in eenv_pd_max_util() 8322 struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu) in compute_energy() argument 8324 unsigned long max_util = eenv_pd_max_util(eenv, pd_cpus, p, dst_cpu); in compute_energy()
|