Lines Matching refs:wake_flags
2369 int select_task_rq(struct rq *rq, struct task_struct *p, int sd_flags, int wake_flags) in select_task_rq() argument
2371 int cpu = p->sched_class->select_task_rq(rq, p, sd_flags, wake_flags); in select_task_rq()
2415 int wake_flags, bool success) in ttwu_post_activation() argument
2418 check_preempt_curr(rq, p, wake_flags); in ttwu_post_activation()
2457 int wake_flags) in try_to_wake_up() argument
2500 cpu = select_task_rq(rq, p, SD_BALANCE_WAKE, wake_flags); in try_to_wake_up()
2534 ttwu_activate(p, rq, wake_flags & WF_SYNC, orig_cpu != cpu, in try_to_wake_up()
2538 ttwu_post_activation(p, rq, wake_flags, success); in try_to_wake_up()
4293 int default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags, in default_wake_function() argument
4296 return try_to_wake_up(curr->private, mode, wake_flags); in default_wake_function()
4310 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() argument
4317 if (curr->func(curr, mode, wake_flags, key) && in __wake_up_common()
4380 int wake_flags = WF_SYNC; in __wake_up_sync_key() local
4386 wake_flags = 0; in __wake_up_sync_key()
4389 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()