Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1089 SCX_WAKE_TTWU = WF_TTWU,
H A Dsched.h2425 #define WF_TTWU 0x08 /* Wakeup; maps to SD_BALANCE_WAKE */ macro
2434 static_assert(WF_TTWU == SD_BALANCE_WAKE);
H A Ddeadline.c2414 if (!(flags & WF_TTWU)) in select_task_rq_dl()
H A Dfair.c8843 if (wake_flags & WF_TTWU) { in select_task_rq_fair()
8890 if (wake_flags & WF_TTWU) in select_task_rq_fair()
9026 WARN_ON_ONCE(!(wake_flags & WF_TTWU)); in preempt_sync()
H A Dcore.c4157 wake_flags |= WF_TTWU; in try_to_wake_up()
6749 int cpu, wake_flag = WF_TTWU; in proxy_force_return()