Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dwait.c193 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key()
216 __wake_up_common(wq_head, mode, 1, WF_SYNC, key); in __wake_up_locked_sync_key()
H A Dsched.h2531 #define WF_SYNC 0x10 /* Waker goes to sleep after wakeup */ macro
H A Dcore.c3729 if (wake_flags & WF_SYNC) in ttwu_stat()
7603 WARN_ON_ONCE(wake_flags & ~(WF_SYNC|WF_CURRENT_CPU)); in default_wake_function()
H A Dfair.c9695 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair()
9999 if (wake_flags & WF_SYNC) in wakeup_preempt_fair()
/linux/kernel/sched/ext/
H A Dinternal.h1666 SCX_WAKE_SYNC = WF_SYNC,