Searched refs:pd_cpus (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/kernel/sched/ |
D | fair.c | 7621 struct cpumask *pd_cpus, in eenv_pd_busy_time() argument 7627 for_each_cpu(cpu, pd_cpus) { in eenv_pd_busy_time() 7644 eenv_pd_max_util(struct energy_env *eenv, struct cpumask *pd_cpus, in eenv_pd_max_util() argument 7650 for_each_cpu(cpu, pd_cpus) { in eenv_pd_max_util() 7676 struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu) in compute_energy() argument 7678 unsigned long max_util = eenv_pd_max_util(eenv, pd_cpus, p, dst_cpu); in compute_energy()
|