Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1088 SCX_WAKE_FORK = WF_FORK,
H A Dsched.h2424 #define WF_FORK 0x04 /* Wakeup after fork; maps to SD_BALANCE_FORK */ macro
2433 static_assert(WF_FORK == SD_BALANCE_FORK);
H A Dcore.c4829 int wake_flags = WF_FORK; in wake_up_new_task()
H A Dfair.c9142 if ((wake_flags & WF_FORK) || pse->sched_delayed) in wakeup_preempt_fair()