Searched refs:SD_LOAD_BALANCE (Results 1 – 3 of 3) sorted by relevance
4842 if (!(tmp->flags & SD_LOAD_BALANCE)) in select_task_rq_fair()7243 if (!(sd->flags & SD_LOAD_BALANCE)) in idle_balance()7342 if ((sd->flags & SD_LOAD_BALANCE) && in active_load_balance_cpu_stop()7566 if (!(sd->flags & SD_LOAD_BALANCE)) in rebalance_domains()
5416 if (!(sd->flags & SD_LOAD_BALANCE)) { in sched_domain_debug_one()5517 if (sd->flags & (SD_LOAD_BALANCE | in sd_degenerate()5548 pflags &= ~(SD_LOAD_BALANCE | in sd_parent_degenerate()6205 .flags = 1*SD_LOAD_BALANCE in sd_init()
907 #define SD_LOAD_BALANCE 0x0001 /* Do load balancing on this domain. */ macro