Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dsched.h363 struct dl_bw { struct
369 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument
371 static inline void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
377 static inline void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int 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()
403 extern void init_dl_bw(struct dl_bw *dl_b);
766 struct dl_bw dl_bw; member
882 struct dl_bw dl_bw; member
2418 static inline void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2420 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update()
[all …]
Dtopology.c546 init_dl_bw(&rd->dl_bw); in init_rootdomain()
Dcore.c5873 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h627 u64 dl_bw; /* dl_runtime / dl_period */ member