Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h904 SCX_WAKE_TTWU = WF_TTWU,
H A Dsched.h2316 #define WF_TTWU 0x08 /* Wakeup; maps to SD_BALANCE_WAKE */ macro
2325 static_assert(WF_TTWU == SD_BALANCE_WAKE);
H A Drt.c1506 if (!(flags & (WF_TTWU | WF_FORK))) in select_task_rq_rt()
H A Ddeadline.c2175 if (!(flags & WF_TTWU)) in select_task_rq_dl()
H A Dfair.c8580 if (wake_flags & WF_TTWU) { in select_task_rq_fair()
8626 } else if (wake_flags & WF_TTWU) { /* XXX always ? */ in select_task_rq_fair()
H A Dcore.c4148 wake_flags |= WF_TTWU; in try_to_wake_up()