Searched refs:wake_flags (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | wait.c | 66 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument 92 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common() 110 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 121 nr_exclusive = __wake_up_common(wq_head, mode, nr_exclusive, wake_flags, key, &bookmark); in __wake_up_common_lock() 127 wake_flags, key, &bookmark); in __wake_up_common_lock() 191 int wake_flags = 1; /* XXX WF_SYNC */ in __wake_up_sync_key() local 197 wake_flags = 0; in __wake_up_sync_key() 199 __wake_up_common_lock(wq_head, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
|
D | core.c | 1526 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) in select_task_rq() argument 1531 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags); in select_task_rq() 1598 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() argument 1625 if (wake_flags & WF_MIGRATED) in ttwu_stat() 1632 if (wake_flags & WF_SYNC) in ttwu_stat() 1649 static void ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_wakeup() argument 1652 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 1682 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_activate() argument 1693 if (wake_flags & WF_MIGRATED) in ttwu_do_activate() 1698 ttwu_do_wakeup(rq, p, wake_flags, rf); in ttwu_do_activate() [all …]
|
D | fair.c | 6309 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) in select_task_rq_fair() argument 6315 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair() 6515 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument 6535 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()
|
/Linux-v4.19/block/ |
D | blk-wbt.c | 501 int wake_flags, void *key) in wbt_wake_function() argument
|
/Linux-v4.19/fs/ |
D | userfaultfd.c | 97 int wake_flags, void *key) in userfaultfd_wake_function() argument
|