Searched refs:sd_flag (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/kernel/sched/
H A Didle_task.c12 select_task_rq_idle(struct task_struct *p, int cpu, int sd_flag, int flags) select_task_rq_idle() argument
H A Dstop_task.c14 select_task_rq_stop(struct task_struct *p, int cpu, int sd_flag, int flags) select_task_rq_stop() argument
H A Drt.c1317 select_task_rq_rt(struct task_struct *p, int cpu, int sd_flag, int flags) select_task_rq_rt() argument
1323 if (sd_flag != SD_BALANCE_WAKE && sd_flag != SD_BALANCE_FORK) select_task_rq_rt()
H A Dfair.c4733 int this_cpu, int sd_flag) find_idlest_group()
4740 if (sd_flag & SD_BALANCE_WAKE) find_idlest_group()
4915 * that have the 'sd_flag' flag set. In practice, this is SD_BALANCE_WAKE,
4926 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) select_task_rq_fair() argument
4934 if (sd_flag & SD_BALANCE_WAKE) select_task_rq_fair()
4952 if (tmp->flags & sd_flag) for_each_domain()
4965 if (sd_flag & SD_BALANCE_WAKE) /* XXX always ? */
4972 if (!(sd->flags & sd_flag)) {
4977 group = find_idlest_group(sd, p, cpu, sd_flag);
4997 if (tmp->flags & sd_flag) for_each_domain()
4732 find_idlest_group(struct sched_domain *sd, struct task_struct *p, int this_cpu, int sd_flag) find_idlest_group() argument
H A Ddeadline.c1047 select_task_rq_dl(struct task_struct *p, int cpu, int sd_flag, int flags) select_task_rq_dl() argument
1052 if (sd_flag != SD_BALANCE_WAKE) select_task_rq_dl()
H A Dsched.h1195 int (*select_task_rq)(struct task_struct *p, int task_cpu, int sd_flag, int flags);

Completed in 607 milliseconds