Lines Matching refs:dl_bw
295 struct dl_bw { struct
301 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument
304 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
311 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add()
317 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow()
339 extern void init_dl_bw(struct dl_bw *dl_b);
688 struct dl_bw dl_bw; member
801 struct dl_bw dl_bw; member
2307 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2309 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update()
2322 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2324 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update()