Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dsched.h2159 #define WF_TTWU 0x08 /* Wakeup; maps to SD_BALANCE_WAKE */ macro
2168 static_assert(WF_TTWU == SD_BALANCE_WAKE);
H A Ddeadline.c1832 if (!(flags & WF_TTWU)) in select_task_rq_dl()
H A Drt.c1601 if (!(flags & (WF_TTWU | WF_FORK))) in select_task_rq_rt()
H A Dfair.c8169 if (wake_flags & WF_TTWU) { in select_task_rq_fair()
8215 } else if (wake_flags & WF_TTWU) { /* XXX always ? */ in select_task_rq_fair()
H A Dcore.c4333 cpu = select_task_rq(p, p->wake_cpu, wake_flags | WF_TTWU); in try_to_wake_up()