Searched refs:wake_flags (Results 1 - 3 of 3) sorted by relevance

/kernel/sched/
H A Dwait.c65 int nr_exclusive, int wake_flags, void *key)
72 if (curr->func(curr, mode, wake_flags, key) &&
135 int wake_flags = 1; /* XXX WF_SYNC */ local
141 wake_flags = 0;
144 __wake_up_common(q, mode, nr_exclusive, wake_flags, key);
64 __wake_up_common(wait_queue_head_t *q, unsigned int mode, int nr_exclusive, int wake_flags, void *key) argument
H A Dcore.c1408 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) argument
1410 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags);
1437 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) argument
1462 if (wake_flags & WF_MIGRATED)
1470 if (wake_flags & WF_SYNC)
1490 ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) argument
1492 check_preempt_curr(rq, p, wake_flags);
1515 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags) argument
1523 ttwu_do_wakeup(rq, p, wake_flags);
1532 static int ttwu_remote(struct task_struct *p, int wake_flags) argument
1679 try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) argument
3004 default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags, void *key) argument
[all...]
H A Dfair.c4542 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) argument
4548 int sync = wake_flags & WF_SYNC;
4729 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) argument
4749 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) {

Completed in 63 milliseconds