Searched refs:WF_SYNC (Results 1 – 4 of 4) sorted by relevance
205 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key()228 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
2048 #define WF_SYNC 0x10 /* Waker goes to sleep after wakeup */ macro
3514 if (wake_flags & WF_SYNC) in ttwu_stat()6698 WARN_ON_ONCE(IS_ENABLED(CONFIG_SCHED_DEBUG) && wake_flags & ~WF_SYNC); in default_wake_function()
6914 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair()