Home
last modified time | relevance | path

Searched refs:busiest_cpu (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/kernel/
Dsched_fair.c2208 int busiest_cpu = cpu_of(busiest); in load_balance_fair() local
2212 update_h_load(busiest_cpu); in load_balance_fair()
2215 struct cfs_rq *busiest_cfs_rq = tg->cfs_rq[busiest_cpu]; in load_balance_fair()
2915 int busiest_cpu; in check_asym_packing() local
2923 busiest_cpu = group_first_cpu(sds->busiest); in check_asym_packing()
2924 if (this_cpu > busiest_cpu) in check_asym_packing()
3251 int busiest_cpu, int this_cpu) in need_active_balance() argument
3260 if ((sd->flags & SD_ASYM_PACKING) && busiest_cpu > this_cpu) in need_active_balance()
3510 int busiest_cpu = cpu_of(busiest_rq); in active_load_balance_cpu_stop() local
3518 if (unlikely(busiest_cpu != smp_processor_id() || in active_load_balance_cpu_stop()
[all …]