Searched refs:pd_cpus (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/sched/
H A Dfair.c7844 * utilization for each @pd_cpus, it however doesn't take into account
7860 * Set @eenv busy time for the PD that spans @pd_cpus. This busy time can't
7864 struct cpumask *pd_cpus,
7870 for_each_cpu(cpu, pd_cpus) {
7887 eenv_pd_max_util(struct energy_env *eenv, struct cpumask *pd_cpus, argument
7893 for_each_cpu(cpu, pd_cpus) {
7935 struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu)
7937 unsigned long max_util = eenv_pd_max_util(eenv, pd_cpus, p, dst_cpu);
7863 eenv_pd_busy_time(struct energy_env *eenv, struct cpumask *pd_cpus, struct task_struct *p) argument
7934 compute_energy(struct energy_env *eenv, struct perf_domain *pd, struct cpumask *pd_cpus, struct task_struct *p, int dst_cpu) argument

Completed in 317 milliseconds