Lines Matching refs:dl_bw
278 struct dl_bw { struct
284 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument
287 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
294 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add()
301 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow()
308 extern void init_dl_bw(struct dl_bw *dl_b);
651 struct dl_bw dl_bw; member
729 struct dl_bw dl_bw; member
2091 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2093 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update()
2106 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2108 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update()