Searched refs:pd_cpus (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 7853 struct cpumask *pd_cpus, in eenv_pd_busy_time() argument 7859 for_each_cpu(cpu, pd_cpus) { in eenv_pd_busy_time() 7876 eenv_pd_max_util(struct energy_env *eenv, struct cpumask *pd_cpus, in eenv_pd_max_util() argument 7882 for_each_cpu(cpu, pd_cpus) { in eenv_pd_max_util() 7908 struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu) in compute_energy() argument 7910 unsigned long max_util = eenv_pd_max_util(eenv, pd_cpus, p, dst_cpu); in compute_energy()
|