Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c188 int wake_flags = WF_SYNC; in __wake_up_sync_key()
217 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
H A Dsched.h1776 #define WF_SYNC 0x01 /* Waker goes to sleep after wakeup */ macro
H A Dcore.c2659 if (wake_flags & WF_SYNC) in ttwu_stat()
2704 if (wake_flags & WF_SYNC) in ttwu_do_activate()
5076 WARN_ON_ONCE(IS_ENABLED(CONFIG_SCHED_DEBUG) && wake_flags & ~(WF_SYNC | WF_ANDROID_VENDOR)); in default_wake_function()
H A Drt.c1506 bool sync = !!(flags & WF_SYNC); in select_task_rq_rt()
H A Dfair.c6896 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair()