Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dsched.h2276 #define WF_FORK 0x04 /* Wakeup after fork; maps to SD_BALANCE_FORK */ macro
2286 static_assert(WF_FORK == SD_BALANCE_FORK);
H A Drt.c1541 if (!(flags & (WF_TTWU | WF_FORK))) in select_task_rq_rt()
H A Dext.c744 SCX_WAKE_FORK = WF_FORK,
H A Dcore.c4856 int wake_flags = WF_FORK; in wake_up_new_task()
H A Dfair.c8769 if (sched_feat(NEXT_BUDDY) && !(wake_flags & WF_FORK) && !pse->sched_delayed) { in check_preempt_wakeup_fair()