Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c118 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
122 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of()
184 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
186 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update()
199 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
206 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add()
213 __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow()
220 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument
225 dl_rq->running_bw += dl_bw; in __add_running_bw()
233 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() argument
[all …]
H A Ddebug.c906 struct dl_bw *dl_bw; in print_dl_rq() local
915 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq()
916 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
917 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
H A Dsched.h345 struct dl_bw { struct
351 extern void init_dl_bw(struct dl_bw *dl_b); argument
1008 struct dl_bw dl_bw; member
H A Dsyscalls.c652 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
H A Dtopology.c548 init_dl_bw(&rd->dl_bw); in init_rootdomain()
/linux/include/linux/
H A Dsched.h654 u64 dl_bw; /* dl_runtime / dl_period */ member
1861 extern int dl_bw_alloc(int cpu, u64 dl_bw);
1862 extern void dl_bw_free(int cpu, u64 dl_bw);
/linux/kernel/cgroup/
H A Dcpuset.c3129 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
/linux/Documentation/scheduler/
H A Dsched-deadline.rst601 server; in which case the -rt bandwidth is a direct subset of dl_bw.