Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinternal.h1665 SCX_WAKE_TTWU = WF_TTWU,
/linux/kernel/sched/
H A Dsched.h2529 #define WF_TTWU 0x08 /* Wakeup; maps to SD_BALANCE_WAKE */ macro
2538 static_assert(WF_TTWU == SD_BALANCE_WAKE);
H A Ddeadline.c2613 if (!(flags & WF_TTWU)) in select_task_rq_dl()
H A Dfair.c9707 if (wake_flags & WF_TTWU) { in select_task_rq_fair()
9754 if (wake_flags & WF_TTWU) in select_task_rq_fair()
9873 WARN_ON_ONCE(!(wake_flags & WF_TTWU)); in preempt_sync()
H A Dcore.c4266 wake_flags |= WF_TTWU; in try_to_wake_up()