Searched refs:wake_flags (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 66 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument 73 if (curr->func(curr, mode, wake_flags, key) && in __wake_up_common() 136 int wake_flags = 1; /* XXX WF_SYNC */ in __wake_up_sync_key() local 142 wake_flags = 0; in __wake_up_sync_key() 145 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
|
D | core.c | 1623 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) in select_task_rq() argument 1628 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags); in select_task_rq() 1664 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() argument 1689 if (wake_flags & WF_MIGRATED) in ttwu_stat() 1697 if (wake_flags & WF_SYNC) in ttwu_stat() 1717 ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in ttwu_do_wakeup() argument 1719 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 1749 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags) in ttwu_do_activate() argument 1759 ttwu_do_wakeup(rq, p, wake_flags); in ttwu_do_activate() 1768 static int ttwu_remote(struct task_struct *p, int wake_flags) in ttwu_remote() argument [all …]
|
D | fair.c | 4926 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) in select_task_rq_fair() argument 4932 int sync = wake_flags & WF_SYNC; in select_task_rq_fair() 5114 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument 5134 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()
|
/linux-4.4.14/drivers/staging/android/ |
D | sync.h | 354 int wake_flags, void *key);
|
D | sync.c | 316 int wake_flags, void *key) in sync_fence_wake_up_wq() argument
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 74 int wake_flags, void *key) in userfaultfd_wake_function() argument
|