Home
last modified time | relevance | path

Searched defs:dl_bw (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Ddeadline.c246 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
259 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
273 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
283 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
3487 static int dl_bw_manage(enum dl_bw_request req, int cpu, u64 dl_bw) in dl_bw_manage()
3564 int dl_bw_alloc(int cpu, u64 dl_bw) in dl_bw_alloc()
3569 void dl_bw_free(int cpu, u64 dl_bw) in dl_bw_free()
H A Dsched.h344 struct dl_bw { struct
350 extern void init_dl_bw(struct dl_bw *dl_b); argument
863 struct dl_bw dl_bw; member
987 struct dl_bw dl_bw; member
H A Ddebug.c919 struct dl_bw *dl_bw; print_dl_rq() local
[all...]
/linux/include/linux/
H A Dsched.h646 u64 dl_bw; /* dl_runtime / dl_period */ global() member