Searched refs:wake_flags (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/kernel/ |
D | sched.c | 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() [all …]
|
D | sched_fair.c | 1660 select_task_rq_fair(struct rq *rq, struct task_struct *p, int sd_flag, int wake_flags) in select_task_rq_fair() argument 1668 int sync = wake_flags & WF_SYNC; in select_task_rq_fair() 1854 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument 1864 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) in check_preempt_wakeup()
|