Searched refs:dl_bw (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/sched/
H A Ddeadline.c116 static inline struct dl_bw *dl_bw_of(int i)
120 return &cpu_rq(i)->rd->dl_bw;
182 void __dl_update(struct dl_bw *dl_b, s64 bw)
184 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw);
196 static inline struct dl_bw *dl_bw_of(int i)
198 return &cpu_rq(i)->dl.dl_bw;
217 void __dl_update(struct dl_bw *dl_b, s64 bw)
219 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw);
226 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus)
233 void __dl_add(struct dl_bw *dl_
247 __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) argument
260 __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) argument
274 __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) argument
284 __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) argument
3160 dl_bw_manage(enum dl_bw_request req, int cpu, u64 dl_bw) argument
3199 dl_bw_alloc(int cpu, u64 dl_bw) argument
3204 dl_bw_free(int cpu, u64 dl_bw) argument
[all...]
H A Ddebug.c743 struct dl_bw *dl_bw; local
753 dl_bw = &cpu_rq(cpu)->rd->dl_bw;
755 dl_bw = &dl_rq->dl_bw;
757 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw);
758 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw
[all...]
H A Dsched.h301 struct dl_bw { struct
307 extern void init_dl_bw(struct dl_bw *dl_b);
757 struct dl_bw dl_bw; member in struct:dl_rq
876 struct dl_bw dl_bw; member in struct:root_domain
880 * Indicate whether a root_domain's dl_bw has been checked or
H A Dtopology.c557 init_dl_bw(&rd->dl_bw);
2721 * its dl_bw->total_bw needs to be cleared. It
H A Dcore.c7837 rq->rd->dl_bw.bw == 0) {
/linux-master/include/linux/
H A Dsched.h609 u64 dl_bw; /* dl_runtime / dl_period */ member in struct:sched_dl_entity
1751 extern int dl_bw_alloc(int cpu, u64 dl_bw);
1752 extern void dl_bw_free(int cpu, u64 dl_bw);
/linux-master/kernel/cgroup/
H A Dcpuset.c3313 cs->sum_migrate_dl_bw += task->dl.dl_bw;

Completed in 407 milliseconds