Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dwait.c66 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()
Dcore.c1379 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) in select_task_rq() argument
1382 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags); in select_task_rq()
1409 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() argument
1434 if (wake_flags & WF_MIGRATED) in ttwu_stat()
1442 if (wake_flags & WF_SYNC) in ttwu_stat()
1462 ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in ttwu_do_wakeup() argument
1464 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup()
1487 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags) in ttwu_do_activate() argument
1495 ttwu_do_wakeup(rq, p, wake_flags); in ttwu_do_activate()
1504 static int ttwu_remote(struct task_struct *p, int wake_flags) in ttwu_remote() argument
[all …]
Dfair.c4829 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) in select_task_rq_fair() argument
4835 int sync = wake_flags & WF_SYNC; in select_task_rq_fair()
5013 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument
5033 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()
/linux-4.1.27/drivers/staging/android/
Dsync.h354 int wake_flags, void *key);
Dsync.c316 int wake_flags, void *key) in sync_fence_wake_up_wq() argument