Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Ddeadline.c1052 if (sd_flag != SD_BALANCE_WAKE) in select_task_rq_dl()
Dcore.c1991 cpu = select_task_rq(p, p->wake_cpu, SD_BALANCE_WAKE, wake_flags); in try_to_wake_up()
6340 sd->flags &= ~(SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); in set_domain_attribute()
6343 sd->flags |= (SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); in set_domain_attribute()
6466 | 0*SD_BALANCE_WAKE in sd_init()
Drt.c1323 if (sd_flag != SD_BALANCE_WAKE && sd_flag != SD_BALANCE_FORK) in select_task_rq_rt()
Dfair.c4740 if (sd_flag & SD_BALANCE_WAKE) in find_idlest_group()
4934 if (sd_flag & SD_BALANCE_WAKE) in select_task_rq_fair()
4965 if (sd_flag & SD_BALANCE_WAKE) /* XXX always ? */ in select_task_rq_fair()
/linux-4.4.14/include/linux/
Dsched.h984 #define SD_BALANCE_WAKE 0x0010 /* Balance on wakeup */ macro