Searched defs:dl_bw (Results 1 – 3 of 3) sorted by relevance
220 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()233 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()247 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()257 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()3436 static int dl_bw_manage(enum dl_bw_request req, int cpu, u64 dl_bw) in dl_bw_manage()3513 int dl_bw_alloc(int cpu, u64 dl_bw) in dl_bw_alloc()3518 void dl_bw_free(int cpu, u64 dl_bw) in dl_bw_free()
345 struct dl_bw { struct351 extern void init_dl_bw(struct dl_bw *dl_b); argument980 struct dl_bw dl_bw; member
908 struct dl_bw *dl_bw; in print_dl_rq() local