Searched refs:pd_cpus (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/sched/
H A Dfair.c7812 * utilization for each @pd_cpus, it however doesn't take into account
7828 * Set @eenv busy time for the PD that spans @pd_cpus. This busy time can't
7832 struct cpumask *pd_cpus,
7838 for_each_cpu(cpu, pd_cpus) {
7855 eenv_pd_max_util(struct energy_env *eenv, struct cpumask *pd_cpus, argument
7861 for_each_cpu(cpu, pd_cpus) {
7903 struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu)
7905 unsigned long max_util = eenv_pd_max_util(eenv, pd_cpus, p, dst_cpu);
7831 eenv_pd_busy_time(struct energy_env *eenv, struct cpumask *pd_cpus, struct task_struct *p) argument
7902 compute_energy(struct energy_env *eenv, struct perf_domain *pd, struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu) argument

Completed in 178 milliseconds