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

/linux-master/kernel/sched/
H A Dfair.c7920 * find_energy_efficient_cpu(): Find most energy-efficient target CPU for the
7921 * waking task. find_energy_efficient_cpu() looks for the CPU with maximum
7940 * idea or not. So, find_energy_efficient_cpu() basically favors
7958 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) function
8179 new_cpu = find_energy_efficient_cpu(p, prev_cpu);

Completed in 146 milliseconds