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

/linux-4.4.14/arch/arm/kernel/
H A Dtopology.c36 * and we reflect that difference in the cpu_capacity field so the scheduler
38 * structure is preferred because each CPU updates its own cpu_capacity field
40 * to run the rebalance_domains for all idle cores and the cpu_capacity can be
78 #define cpu_capacity(cpu) __cpu_capacity[cpu] macro
86 * This is later used to scale the cpu_capacity field such that an
137 cpu_capacity(cpu) = capacity; for_each_possible_cpu()
157 * Look for a customed capacity of a CPU in the cpu_capacity table during the
163 if (!cpu_capacity(cpu)) update_cpu_capacity()
166 set_capacity_scale(cpu, cpu_capacity(cpu) / middle_capacity); update_cpu_capacity()
168 pr_info("CPU%u: update cpu_capacity %lu\n", update_cpu_capacity()
/linux-4.4.14/kernel/sched/
H A Dcore.c5719 printk(KERN_CONT " (cpu_capacity = %d)", sched_domain_debug_one()
6228 * and ->cpu_capacity to 0.
6282 * Initialize sched groups cpu_capacity.
6284 * cpu_capacity indicates the capacity of sched group, which is used while
6286 * Typically cpu_capacity for all the groups in a sched domain will be same
6288 * group having more cpu_capacity will pickup more load compared to the
6289 * group having less cpu_capacity.
7474 rq->cpu_capacity = rq->cpu_capacity_orig = SCHED_CAPACITY_SCALE; for_each_possible_cpu()
H A Dfair.c4461 return cpu_rq(cpu)->cpu_capacity; capacity_of()
4883 * CFS task (ie cpu_capacity).
4888 * capacity_orig is the cpu_capacity available at the highest frequency
6118 cpu_rq(cpu)->cpu_capacity = capacity; update_cpu_capacity()
6193 return ((rq->cpu_capacity * sd->imbalance_pct) < check_cpu_capacity()
6645 * its cpu_capacity, while calculating max_load..) calculate_imbalance()
H A Dsched.h618 unsigned long cpu_capacity; member in struct:rq
/linux-4.4.14/include/linux/
H A Dsched.h927 * Increase resolution of cpu_capacity calculations

Completed in 478 milliseconds