Searched refs:dl_b (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | sched.h | 369 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); 371 static inline void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() argument 373 dl_b->total_bw -= tsk_bw; in __dl_sub() 374 __dl_update(dl_b, (s32)tsk_bw / cpus); in __dl_sub() 377 static inline void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() argument 379 dl_b->total_bw += tsk_bw; in __dl_add() 380 __dl_update(dl_b, -((s32)tsk_bw / cpus)); in __dl_add() 383 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() argument 385 return (dl_b->bw != -1) && (cap_scale(dl_b in __dl_overflow() 2418 __dl_update(struct dl_bw *dl_b, s64 bw) __dl_update() argument 2432 __dl_update(struct dl_bw *dl_b, s64 bw) __dl_update() argument [all...] |
Completed in 4 milliseconds