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

/linux-4.1.27/kernel/sched/
H A Dcore.c1696 cpu = select_task_rq(p, p->wake_cpu, SD_BALANCE_WAKE, wake_flags); try_to_wake_up()
6083 sd->flags &= ~(SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); set_domain_attribute()
6086 sd->flags |= (SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); set_domain_attribute()
6209 | 0*SD_BALANCE_WAKE sd_init()
H A Ddeadline.c992 if (sd_flag != SD_BALANCE_WAKE) select_task_rq_dl()
H A Dfair.c4650 if (sd_flag & SD_BALANCE_WAKE) find_idlest_group()
4818 * that have the 'sd_flag' flag set. In practice, this is SD_BALANCE_WAKE,
4837 if (sd_flag & SD_BALANCE_WAKE) select_task_rq_fair()
4862 if (sd_flag & SD_BALANCE_WAKE) {
H A Drt.c1320 if (sd_flag != SD_BALANCE_WAKE && sd_flag != SD_BALANCE_FORK) select_task_rq_rt()
/linux-4.1.27/include/linux/
H A Dsched.h911 #define SD_BALANCE_WAKE 0x0010 /* Balance on wakeup */ macro

Completed in 248 milliseconds