Home
last modified time | relevance | path

Searched refs:dl_bw (Results 1 – 6 of 6) sorted by relevance

/kernel/sched/
Ddeadline.c103 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
107 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of()
169 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
171 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update()
183 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
185 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of()
204 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
206 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update()
213 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
220 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add()
[all …]
Ddebug.c697 struct dl_bw *dl_bw; in print_dl_rq() local
708 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq()
710 dl_bw = &dl_rq->dl_bw; in print_dl_rq()
712 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
713 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
Dsched.h321 struct dl_bw { struct
327 extern void init_dl_bw(struct dl_bw *dl_b); argument
743 struct dl_bw dl_bw; member
856 struct dl_bw dl_bw; member
Dtopology.c546 init_dl_bw(&rd->dl_bw); in init_rootdomain()
Dcore.c7788 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
/kernel/cgroup/
Dcpuset.c2579 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()