Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c192 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key()
214 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
H A Dcore.c2721 if (wake_flags & WF_SYNC) { in ttwu_stat()
2767 if (wake_flags & WF_SYNC) { in ttwu_do_activate()
5253 WARN_ON_ONCE(IS_ENABLED(CONFIG_SCHED_DEBUG) && (wake_flags & ~(WF_SYNC))); in default_wake_function()
H A Dsched.h1817 #define WF_SYNC 0x01 /* Waker goes to sleep after wakeup */ macro
H A Drt.c1540 bool sync = !!(flags & WF_SYNC); in select_task_rq_rt()
H A Dfair.c7122 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair()

Completed in 41 milliseconds