Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinternal.h1664 SCX_WAKE_FORK = WF_FORK,
/linux/kernel/sched/
H A Dsched.h2528 #define WF_FORK 0x04 /* Wakeup after fork; maps to SD_BALANCE_FORK */ macro
2537 static_assert(WF_FORK == SD_BALANCE_FORK);
H A Dcore.c4955 int wake_flags = WF_FORK; in wake_up_new_task()