Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Ddeadline.c1374 if (sd->flags & SD_WAKE_AFFINE) { in find_later_rq()
Drt.c1596 if (sd->flags & SD_WAKE_AFFINE) { in find_lowest_rq()
Dcore.c5786 if (sd->flags & (SD_WAKE_AFFINE)) in sd_degenerate()
6467 | 1*SD_WAKE_AFFINE in sd_init()
6510 SD_WAKE_AFFINE); in sd_init()
Dfair.c4946 if (want_affine && (tmp->flags & SD_WAKE_AFFINE) && in select_task_rq_fair()
/linux-4.4.14/include/linux/
Dsched.h985 #define SD_WAKE_AFFINE 0x0020 /* Wake task to waking CPU */ macro