Searched refs:WF_SYNC (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | wait.c | 190 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key() 213 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
|
H A D | sched.h | 1858 #define WF_SYNC 0x01 /* Waker goes to sleep after wakeup */ macro
|
H A D | core.c | 2588 if (wake_flags & WF_SYNC) in ttwu_stat() 5016 WARN_ON_ONCE(IS_ENABLED(CONFIG_SCHED_DEBUG) && wake_flags & ~WF_SYNC); in default_wake_function()
|
H A D | fair.c | 7136 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | wait.c | 213 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key() 236 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
|
H A D | sched.h | 2312 #define WF_SYNC 0x10 /* Waker goes to sleep after wakeup */ macro
|
H A D | core.c | 3877 if (wake_flags & WF_SYNC) in ttwu_stat() 7208 WARN_ON_ONCE(IS_ENABLED(CONFIG_SCHED_DEBUG) && wake_flags & ~(WF_SYNC|WF_CURRENT_CPU)); in default_wake_function()
|
H A D | fair.c | 8263 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair()
|
Completed in 100 milliseconds