Lines Matching refs:dl_bw
1783 dl_se->dl_bw = 0; in __dl_clear_params()
1988 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
1992 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of()
2008 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
2010 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of()
2034 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in dl_overflow()
2040 if (new_bw == p->dl.dl_bw) in dl_overflow()
2055 !__dl_overflow(dl_b, cpus, p->dl.dl_bw, new_bw)) { in dl_overflow()
2056 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow()
2060 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow()
2068 extern void init_dl_bw(struct dl_bw *dl_b);
3254 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()
3574 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
4654 struct dl_bw *cur_dl_b; in cpuset_cpumask_can_shrink()
4698 struct dl_bw *dl_b; in task_can_attach()
4707 overflow = __dl_overflow(dl_b, cpus, 0, p->dl.dl_bw); in task_can_attach()
4717 __dl_add(dl_b, p->dl.dl_bw); in task_can_attach()
5628 init_dl_bw(&rd->dl_bw); in init_rootdomain()
7013 struct dl_bw *dl_b; in cpuset_cpu_inactive()
7820 struct dl_bw *dl_b; in sched_dl_global_validate()
7854 struct dl_bw *dl_b; in sched_dl_do_global()